diff --git a/examples/full-setup/vpc.tf b/examples/full-setup/vpc.tf index 7e44141..2556b02 100644 --- a/examples/full-setup/vpc.tf +++ b/examples/full-setup/vpc.tf @@ -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