Skip to content

Commit

Permalink
add to example for vpn
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Mar 4, 2022
1 parent a3e68c1 commit b0ee3b3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/full-setup/vpc.tf
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,8 @@ module "vpn" {
source = "git@github.e.it.census.gov:terraform-modules/aws-vpc-setup.git//vpn"
vpc_id = local.vpc_id

create = var.vpc_enable_vpn
profile = var.profile
vpc_full_name = var.vpc_full_name
vpc_environment = var.vpc_environment
vpn_settings = var.vpn_settings
Expand Down

0 comments on commit b0ee3b3

Please sign in to comment.