Add egress-proxy module to demo and prod terraform

This commit is contained in:
Ryan Ahearn
2022-11-09 10:22:02 -05:00
parent ef0f3c5a4e
commit b54fa67f13
2 changed files with 26 additions and 0 deletions

View File

@@ -54,6 +54,18 @@ module "contact_list_bucket" {
s3_service_name = "${local.app_name}-contact-list-bucket-${local.env}"
}
module "egress-space" {
source = "../shared/egress_space"
cf_user = var.cf_user
cf_password = var.cf_password
cf_org_name = local.cf_org_name
cf_restricted_space_name = local.cf_space_name
deployers = [
var.cf_user
]
}
###########################################################################
# The following lines need to be commented out for the initial `terraform apply`
# It can be re-enabled after: