Skip to content
This repository has been archived by the owner on Jul 31, 2024. It is now read-only.

Commit

Permalink
Merge pull request #18 from rhythmictech/cost-savings
Browse files Browse the repository at this point in the history
save money
  • Loading branch information
sblack4 authored Jan 12, 2022
2 parents 638b17a + 5df890e commit 5329c34
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions network/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@ module "vpc" {
private_subnets = var.private_subnets
public_subnets = var.public_subnets
tags = module.tags.tags

# cost savings > performance
single_nat_gateway = true
}

#tfsec:ignore:aws-iam-no-policy-wildcards
Expand Down

0 comments on commit 5329c34

Please sign in to comment.