Skip to content

Commit

Permalink
updated atc tools versions
Browse files Browse the repository at this point in the history
  • Loading branch information
RavinderReddyF5 committed Jan 3, 2024
1 parent 8485fc0 commit 9cf4bf6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
4 changes: 2 additions & 2 deletions variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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"
Expand Down

0 comments on commit 9cf4bf6

Please sign in to comment.