Skip to content

Releases: F5Networks/terraform-provider-bigip

v1.1.2

19 Mar 09:39
1e062e5
Compare
Choose a tag to compare

Bug Fixes

  1. Missing "database" entry for PostgreSQL monitor #224 ( https://github.com/terraform-providers/terraform-provider-bigip/issues/224 )
  2. bigip_as3 resource should validate JSON #227 ( https://github.com/terraform-providers/terraform-provider-bigip/issues/227 )
  3. [1.1.1] bigip_as3 - doesn't delete resource #38 ( #38 )
  4. examples for bigip resources in repo are not compatible with terraform 0.12 #40.(https://github.com //issues/40 )
  5. Looks like provisioner resource in sys.go is not complete #244 ( https://github.com/terraform-providers/terraform-provider-bigip/issues/244 )
  6. [1.1.1] bigip_as3 - doesn't delete resource #38 (#38)
  7. bigip_as3 resource resourceBigipAs3Read action does not store actual value in state #254 ( https://github.com/terraform-providers/terraform-provider-bigip/issues/254 )
  8. Unable to modify/update data group #248 ( https://github.com/terraform-providers/terraform-provider-bigip/issues/248 )
  9. Terraform crash when creating SSL certificate resources on F5 BIG-IP #255 (https://github.com/terraform-providers/terraform-provider-bigip/issues/255 )

Other Notes:

  1. Any Documentation changes for terraform resources w.r.t above bug fixes are updated
  2. Bigip_as3 resource now read as3 json from bigip and set the terraform state file, but as3 json from bigip will not have all the standard as3 classes as given from user json as input to tf file. So sometimes though there may not be actual changes between user as3 json and bigip as3 json ,( Top level AS3 class will not be there in bigip as3 json ) terraform will detect as change and when we do terraform apply it will says 1 changed. But it will be same json and there will be no change in bigip ( as3 is idempotent ).