Skip to content

Commit

Permalink
Merge pull request #48 from F5Networks/devel_13072023
Browse files Browse the repository at this point in the history
adding readme changes
  • Loading branch information
RavinderReddyF5 authored Jul 13, 2023
2 parents 0de9d78 + f0641a3 commit d302822
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@

~> **WARNING** Due to F5 vulnerabilities listed in [K97843387](https://support.f5.com/csp/article/K97843387), **DO NOT USE** Module unless using **f5_ami_search_name** input parameter. Updated images are pending publication to Marketplace. Please see [K97843387](https://support.f5.com/csp/article/K97843387) and Cloud Provider for latest updates.

# Deploys BIG-IP in AWS Cloud

This Terraform module deploys N-nic F5 BIG-IP in AWS cloud,and with module `count` feature we can also deploy multiple instances of BIG-IP.
Expand All @@ -24,9 +21,9 @@ This module is supported in the following bigip and terraform version

| BIGIP version | Terraform 1.X | Terraform 0.14 |
|---------------|----------------|----------------|
| BIG-IP 17.x | X | X |
| BIG-IP 16.x | X | X |
| BIG-IP 15.x | X | X |
| BIG-IP 14.x | X | X |

## Password Management

Expand Down
2 changes: 1 addition & 1 deletion variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ variable "f5_hostname" {
variable "f5_ami_search_name" {
description = "BIG-IP AMI name to search for"
type = string
default = "F5 BIGIP-17.1.0.1* PAYG-Best Plus 25Mbps*"
default = "F5 BIGIP-17.1.0.2* PAYG-Best Plus 25Mbps*"
}

variable "ec2_instance_type" {
Expand Down

0 comments on commit d302822

Please sign in to comment.