Skip to content

Commit 5329c34

Browse files
authored
Merge pull request #18 from rhythmictech/cost-savings
save money
2 parents 638b17a + 5df890e commit 5329c34

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

network/main.tf

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,9 @@ module "vpc" {
4545
private_subnets = var.private_subnets
4646
public_subnets = var.public_subnets
4747
tags = module.tags.tags
48+
49+
# cost savings > performance
50+
single_nat_gateway = true
4851
}
4952

5053
#tfsec:ignore:aws-iam-no-policy-wildcards

0 commit comments

Comments
 (0)