Skip to content

Commit

Permalink
Added Log message
Browse files Browse the repository at this point in the history
  • Loading branch information
ramaniprateek committed Oct 6, 2023
1 parent ae2c2f6 commit 5ee21a6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bigip/resource_bigip_ltm_profile_http.go
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,8 @@ func resourceBigipLtmProfileHttpCreate(ctx context.Context, d *schema.ResourceDa
client := meta.(*bigip.BigIP)

name := d.Get("name").(string)

log.Printf("[INFO] Creating HTTP Profile:%+v ", name)

pss := &bigip.HttpProfile{
Name: name,
}
Expand Down

0 comments on commit 5ee21a6

Please sign in to comment.