Skip to content

Releases: F5Networks/terraform-gcp-bigip-module

Terraform GCP BIG-IP Module v1.1.1

19 Jan 12:40
Compare
Choose a tag to compare
fixes for sleep issue and other issue

Terraform GCP BIG-IP Module v1.1.0

09 Dec 06:37
Compare
Choose a tag to compare

Features addition

  • Added sleep_time optional parameter to provider number of seconds/minutes of delay to build into creation of BIG-IP VMs #9

Bug Fixes

  • local-exec sleep provisioner fails on Windows #8
  • Custom runtime-init example is using AWS Secret Manager and DO declaration #4
  • VM name always contains f5vm01 - cannot be modified other than prefix #3
  • doc links - take you to f5devcentral org #1

Terraform GCP BIG-IP Module v1.0.0

02 Nov 15:45
Compare
Choose a tag to compare
  • Support N-NIC deployment
  • Install All F5 Automation Tools(AS3,DO,FAST,TS,CFE) using runtime-init
  • Support both Random and GCP Secret manager for user password generation
  • Support for specifying SSH key authentication
  • Support for Custom startup script as input parameter for Onboarding BIGIP
  • Examples provided to help onboarding of new users
  • Output DO declaration to finalize onboarding
  • Output InstanceID, Management, external Public addresses, private addresses info and password
  • Module count support to deploy multiple bigip instances in the GCP cloud (with the default value of count being one )
  • Added Inspec tests for verifying the Bigip connectivity along with ATC components
  • Support for dynamic/static private ip allocation based on user inputs.