RavinderReddyF5 / terraform-provider-bigip-version0.12

Terraform resources that can configure F5 BIGIP products
Mozilla Public License 2.0
0 stars 0 forks source link

[CLOSED] Looks like provisioner resource in sys.go is not complete #275

Open RavinderReddyF5 opened 3 years ago

RavinderReddyF5 commented 3 years ago

Issue by scshitole Friday Feb 14, 2020 at 00:54 GMT Originally opened as https://github.com/terraform-providers/terraform-provider-bigip/issues/244


Provisioner resource does not have all the functions in sys.go, for example only "afm" is included in the modify function, rest of the types like asm, ilx , apm does not have modify function.

https://github.com/terraform-providers/terraform-provider-bigip/blob/f254e521138c3d93462e98982d6982a8d89928f2/vendor/github.com/f5devcentral/go-bigip/sys.go#L549

RavinderReddyF5 commented 3 years ago

Comment by RavinderReddyF5 Saturday Feb 15, 2020 at 05:33 GMT


@scshitole Hi Sanjay, change is provided into "devbranch-sysprovision", please let me know if anything needed.

https://github.com/terraform-providers/terraform-provider-bigip/tree/devbranch-sysprovision

RavinderReddyF5 commented 3 years ago

Comment by papineni87 Thursday Mar 19, 2020 at 09:45 GMT


Fixed in latest release @scshitole can you check it now