Releases: F5Networks/terraform-provider-bigip
Releases · F5Networks/terraform-provider-bigip
Bigip terraform provider v1.2.1
Bug Fixes
- Provider shows passwords in clear text when issuing terraform plan #279
- Terraforn apply crash with bigip_as3 and F5 VE 15 #291
- AS3 apply fails on Terraform #294
- Documentation Link on readme.md [/issues/85]
Additional Changes
- Added Acceptance test for terraform resource ""bigip_ltm_pool_attachment"
- Documentation Update for terraform resource ""bigip_ltm_pool_attachment"
- Update Example for terraform resource "bigip_ltm_pool_attachment"
- New test scenerios for terraform resource "bigip_as3"
v1.2.0
Features additions:
- Terraform resource module for BIGIP Licence management through BIGIQ
- As3 Schema validation.
- AS3 TEEM control Agent additions.
- Terraform resource module for bigip_command /Run TMSH and BASH commands on F5 devices
Bug Fixes:
- big_ltm_virtual_server does not work with IPv6 address [https://github.com//issues/62, #278]
- declaring virtual addresses in /Common/Shared via AS3 fails [ https://github.com//issues/48]
- BIG-IQ Licensing [https://github.com//issues/44]
- DO Error on Terraform destroy [https://github.com//issues/43]
- The provider provider.bigip does not support resource type "bigip_command".[https://github.com//issues/63]
bigip_as3
Read/Exists/Update actions should be restricted to target tenant #253bigip_as3
resourceresourceBigipAs3Read
action does not store actual value in state #254- v1.1.2 changed the contract of the
bigip_as3
resource #267 - autopopulate not passed to pool attachment #242
- Error while Sending/Posting http request with DO json :{"code":404 #243
- Rework ltm policy (#241)
v1.1.2
Bug Fixes
- Missing "database" entry for PostgreSQL monitor #224 ( https://github.com/terraform-providers/terraform-provider-bigip/issues/224 )
bigip_as3
resource should validate JSON #227 ( https://github.com/terraform-providers/terraform-provider-bigip/issues/227 )- [1.1.1] bigip_as3 - doesn't delete resource #38 ( #38 )
- examples for bigip resources in repo are not compatible with terraform 0.12 #40.(https://github.com //issues/40 )
- Looks like provisioner resource in sys.go is not complete #244 ( https://github.com/terraform-providers/terraform-provider-bigip/issues/244 )
- [1.1.1] bigip_as3 - doesn't delete resource #38 (#38)
bigip_as3
resourceresourceBigipAs3Read
action does not store actual value in state #254 ( https://github.com/terraform-providers/terraform-provider-bigip/issues/254 )- Unable to modify/update data group #248 ( https://github.com/terraform-providers/terraform-provider-bigip/issues/248 )
- Terraform crash when creating SSL certificate resources on F5 BIG-IP #255 (https://github.com/terraform-providers/terraform-provider-bigip/issues/255 )
Other Notes:
- Any Documentation changes for terraform resources w.r.t above bug fixes are updated
- 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 ).