disable NAT Gateway for subnets
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
21923f795e
commit
a77df7224f
|
@ -26,7 +26,7 @@ module "subnets" {
|
|||
vpc_id = module.vpc.vpc_id
|
||||
igw_id = module.vpc.igw_id
|
||||
cidr_block = module.vpc.vpc_cidr_block
|
||||
nat_gateway_enabled = "true"
|
||||
nat_gateway_enabled = "false" # This costs a LOT
|
||||
map_public_ip_on_launch = "true"
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue