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] Destroying bigip_as3 resource deletes all AS3 resources. #197

Open RavinderReddyF5 opened 4 years ago

RavinderReddyF5 commented 4 years ago

Issue by strantalis Friday Oct 11, 2019 at 16:47 GMT Originally opened as https://github.com/terraform-providers/terraform-provider-bigip/issues/166


When running a destroy with a bigip_as3 resource it deletes all other AS3 resources that are not defined through terraform.

https://github.com/terraform-providers/terraform-provider-bigip/blob/master/bigip/resource_bigip_as3.go#L164

Running a DELETE on /mgmt/shared/appsvcs/declare will destroy all resources.

RavinderReddyF5 commented 4 years ago

Comment by papineni87 Friday Oct 11, 2019 at 17:03 GMT


we should add tenant name to url in delete as3 resource, so that it will delete only given as3 partition. gageorsburn has submitted code change for that and it will fix it.

RavinderReddyF5 commented 4 years ago

Comment by papineni87 Friday Nov 08, 2019 at 10:44 GMT


Issue in fixed in v1.0.0 release, hence closing it