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

included auto.admin.tfvars.example file has syntax errors #130

Closed f4plusplus closed 3 years ago

f4plusplus commented 3 years ago

Subnet info is missing application subnet and generates errors during terraform plan. Should be replaced with below:

subnets = { "management" = "10.90.0.0/24" #f5 management mgmtip "external" = "10.90.1.0/24" #untrusted-virutal-network selip "internal" = "10.90.2.0/24" #trusted-egress-virtual-network "vdms" = "10.90.3.0/24" #management interfaces? or management devices that can access management interfaces? "inspect_ext" = "10.90.4.0/24" "inspect_int" = "10.90.5.0/24" "waf_ext" = "10.90.6.0/24" "waf_int" = "10.90.7.0/24" "application" = "10.90.10.0/24" }