We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 638b17a + 5df890e commit 5329c34Copy full SHA for 5329c34
1 file changed
network/main.tf
@@ -45,6 +45,9 @@ module "vpc" {
45
private_subnets = var.private_subnets
46
public_subnets = var.public_subnets
47
tags = module.tags.tags
48
+
49
+ # cost savings > performance
50
+ single_nat_gateway = true
51
}
52
53
#tfsec:ignore:aws-iam-no-policy-wildcards
0 commit comments