f5devcentral / f5-azure-saca

Secure Azure Computing Architecture for DoD (SACA) - Notional Secure Cloud Computing Architecture (SCCA) Deployment
MIT License
26 stars 40 forks source link

Update Default Value for Version to Patched Version #133

Closed f4plusplus closed 3 years ago

f4plusplus commented 3 years ago

In variables.tf update version to "14.1.400000"

variable bigip_version { type = string description = "REQUIRED: BIG-IP Version, 14.1.2 for Compliance. Options: 12.1.502000, 13.1.304000, 14.1.206000, 15.0.104000, latest. Note: verify available versions before using as images can change." default = "14.1.206000" }