Skip to content

Commit

Permalink
Merge pull request #11 from descomplicando-terraform/docs
Browse files Browse the repository at this point in the history
chore: vpc nat gateway active
  • Loading branch information
jhtoigo authored Oct 2, 2024
2 parents a89df10 + c2c8bec commit 9618824
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion environment/dev/terraform.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ azs = ["us-east-1a", "us-east-1b", "us-east-1c"]
public_subnets = ["10.0.10.0/24", "10.0.11.0/24", "10.0.12.0/24"]
private_subnets = ["10.0.20.0/24", "10.0.21.0/24", "10.0.22.0/24"]
database_subnets = ["10.0.30.0/24", "10.0.31.0/24", "10.0.32.0/24"]
nat_gateway_active = false
nat_gateway_active = true

0 comments on commit 9618824

Please sign in to comment.