Skip to content

Commit

Permalink
leave count for vpn commented, apply only where needed
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Mar 2, 2023
1 parent 0f7d215 commit 87366d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/full-setup-tf-upgrade/vpc.tf
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ module "routing" {
}

module "vpn" {
count = var.vpc_enable_vpn ? 1 : 0
# count = var.vpc_enable_vpn ? 1 : 0
source = "git@github.e.it.census.gov:terraform-modules/aws-vpc-setup.git//vpn?ref=tf-upgrade"
vpc_id = local.vpc_id

Expand Down

0 comments on commit 87366d1

Please sign in to comment.