Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
Signed-off-by: Jacob Woffenden <[email protected]>
  • Loading branch information
Jacob Woffenden committed Mar 18, 2024
1 parent 8240de5 commit f357ec2
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ locals {
/* VPC */
vpc_cidr = "10.0.0.0/16"
vpc_private_subnets = ["10.0.1.0/24", "10.0.2.0/24", "10.0.3.0/24"]
vpc_public_subnets = ["10.0.11.0/24", "10.0.12.0/247", "10.0.13.0/24"]
vpc_public_subnets = ["10.0.11.0/24", "10.0.12.0/24", "10.0.13.0/24"]
vpc_enable_nat_gateway = true
vpc_one_nat_gateway_per_az = true

Expand All @@ -16,7 +16,7 @@ locals {
/* VPC */
vpc_cidr = "10.0.0.0/16"
vpc_private_subnets = ["10.0.1.0/24", "10.0.2.0/24", "10.0.3.0/24"]
vpc_public_subnets = ["10.0.11.0/24", "10.0.12.0/247", "10.0.13.0/24"]
vpc_public_subnets = ["10.0.11.0/24", "10.0.12.0/24", "10.0.13.0/24"]
vpc_enable_nat_gateway = true
vpc_one_nat_gateway_per_az = true

Expand Down

0 comments on commit f357ec2

Please sign in to comment.