diff --git a/README.md b/README.md index 15ab02d..56c4273 100644 --- a/README.md +++ b/README.md @@ -239,7 +239,8 @@ These variables have default values and don't have to be set to use this module. | tags | `key:value` tags to apply to resources built by the module | `map` | {} | | externalnic_failover_tags | `key:value` tags to apply to external nic resources built by the module | `map` | {} | | internalnic_failover_tags | `key:value` tags to apply to external nic resources built by the module | `map` | {} | -| cfe_secondary_vip_disable | Disable Externnal Public IP Association to instance based on this flag (Usecase CFE Scenario) | `bool` | false | +| cfe_secondary_vip_disable | Disable Externnal Public IP Association to instance based on this flag (Usecase CFE Scenario) | `bool` | `false` | +| include_deprecated_amis | Whether or not to include deprecated AMIs when performing the AMI search | `bool` | `false` | | sleep_time | The number of seconds/minutes of delay to build into creation of BIG-IP VMs | `string` | 300s | ~> **NOTE:** For each external interface there will be one primary,secondary private ip will be assigned. diff --git a/variables.tf b/variables.tf index 601595e..fedf558 100644 --- a/variables.tf +++ b/variables.tf @@ -170,7 +170,7 @@ variable "TS_URL" { variable "CFE_URL" { description = "URL to download the BIG-IP Cloud Failover Extension module" type = string - default = "https://github.com/F5Networks/f5-cloud-failover-extension/releases/download/v1.15.0/f5-cloud-failover-1.15.0-0.noarch.rpm" + default = "https://github.com/F5Networks/f5-cloud-failover-extension/releases/download/v2.0.2/f5-cloud-failover-2.0.2-2.noarch.rpm" } ## Please check and update the latest FAST URL from https://github.com/F5Networks/f5-appsvcs-templates/releases/latest @@ -185,7 +185,7 @@ variable "FAST_URL" { variable "INIT_URL" { description = "URL to download the BIG-IP runtime init" type = string - default = "https://cdn.f5.com/product/cloudsolutions/f5-bigip-runtime-init/v1.6.2/dist/f5-bigip-runtime-init-1.6.2-1.gz.run" + default = "https://cdn.f5.com/product/cloudsolutions/f5-bigip-runtime-init/v2.0.1/dist/f5-bigip-runtime-init-2.0.1-1.gz.run" } variable "libs_dir" { description = "Directory on the BIG-IP to download the A&O Toolchain into"