Skip to content

Commit

Permalink
Go back to known working VPC configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
BryanFauble committed May 28, 2024
1 parent b2825ea commit 5a08ae9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@ module "vpc" {
enable_vpn_gateway = false
single_nat_gateway = true

manage_default_security_group = true
# manage_default_security_group = true
# default_security_group_egress = []
default_security_group_ingress = []
# default_security_group_ingress = []

tags = merge(
var.tags,
Expand Down

0 comments on commit 5a08ae9

Please sign in to comment.