Skip to content

Commit

Permalink
Drop unused gateways
Browse files Browse the repository at this point in the history
  • Loading branch information
Guysnacho committed Oct 2, 2024
1 parent 0855dcc commit 092aacf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions terraform/vpc.tf
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ module "vpc" {

enable_dns_hostnames = true
enable_dns_support = true
create_database_internet_gateway_route = true
create_database_nat_gateway_route = true
enable_nat_gateway = true
enable_vpn_gateway = true
create_database_internet_gateway_route = false
create_database_nat_gateway_route = false
enable_nat_gateway = false
enable_vpn_gateway = false
}

0 comments on commit 092aacf

Please sign in to comment.