Skip to content

Commit

Permalink
enable nat gateway
Browse files Browse the repository at this point in the history
  • Loading branch information
italopessoa committed Aug 25, 2024
1 parent 00f3a46 commit 6c5c99f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/vpc/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ module "vpc" {
public_subnets = ["10.0.101.0/24", "10.0.102.0/24"]
database_subnets = ["10.0.201.0/24", "10.0.202.0/24"]

enable_nat_gateway = false
single_nat_gateway = false
enable_nat_gateway = true
single_nat_gateway = true

public_subnet_tags = {
"kubernetes.io/role/elb" = 1
Expand Down

0 comments on commit 6c5c99f

Please sign in to comment.