Skip to content

Commit efbee1c

Browse files
committed
[Update] Structure
1 parent bdd8953 commit efbee1c

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

vars/dev/vpc.tfvars

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,17 +20,21 @@ environment = "dev"
2020
cost_center = "techiescamp-commerce"
2121
application = "ecommerce"
2222

23-
#subnet
23+
2424
map_public_ip_on_launch = true
25+
26+
#subnets
2527
public_subnet_cidr_blocks = ["10.0.1.0/24", "10.0.2.0/24", "10.0.3.0/24"]
2628
app_subnet_cidr_blocks = ["10.0.4.0/24", "10.0.5.0/24", "10.0.6.0/24"]
2729
db_subnet_cidr_blocks = ["10.0.7.0/24", "10.0.8.0/24", "10.0.9.0/24"]
2830
management_subnet_cidr_blocks = ["10.0.10.0/24", "10.0.11.0/24", "10.0.12.0/24"]
2931
platform_subnet_cidr_blocks = ["10.0.13.0/24", "10.0.14.0/24", "10.0.15.0/24"]
32+
33+
# Availability Zones
3034
availability_zones = ["us-west-2a", "us-west-2b", "us-west-2c"]
3135

32-
#NACL
33-
#public nacl
36+
37+
#Public Subnet NACL
3438
ingress_public_nacl_rule_no = [100]
3539
ingress_public_nacl_action = ["allow"]
3640
ingress_public_nacl_from_port = [0]

0 commit comments

Comments
 (0)