Skip to content

Commit

Permalink
rebase devel
Browse files Browse the repository at this point in the history
  • Loading branch information
RavinderReddyF5 committed Oct 20, 2023
1 parent b3dc89d commit e99b10f
Show file tree
Hide file tree
Showing 3 changed files with 78 additions and 78 deletions.
4 changes: 2 additions & 2 deletions bigip/resource_bigip_ltm_cipher_group.go
Original file line number Diff line number Diff line change
Expand Up @@ -157,9 +157,9 @@ func resourceBigipLtmCipherGroupUpdate(ctx context.Context, d *schema.ResourceDa
}

//
//if err := client.ModifyLtmCipherGroup(name, cipherGroupconfig); err != nil {
// if err := client.ModifyLtmCipherGroup(name, cipherGroupconfig); err != nil {
// return diag.FromErr(fmt.Errorf("error modifying cipher group %s: %v", name, err))
//}
// }

return resourceBigipLtmCipherGroupRead(ctx, d, meta)
}
Expand Down
1 change: 0 additions & 1 deletion vendor/github.com/f5devcentral/go-bigip/gtm.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

151 changes: 76 additions & 75 deletions vendor/github.com/f5devcentral/go-bigip/ltm.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e99b10f

Please sign in to comment.