Experiment with uncommenting use of api_network_route module

This commit is contained in:
John Skiles Skinner
2024-07-25 17:46:19 -07:00
parent 3ca1b4b32a
commit 2933ded509

View File

@@ -40,11 +40,11 @@ module "logo_upload_bucket" {
# 1) the api app has first been deployed
# 2) the admin app has first been deployed
###########################################################################
# module "api_network_route" {
# source = "../shared/container_networking"
module "api_network_route" { # experiment with uncommenting
source = "../shared/container_networking"
# cf_org_name = local.cf_org_name
# cf_space_name = local.cf_space_name
# source_app_name = "${local.app_name}-${local.env}"
# destination_app_name = "notify-api-${local.env}"
# }
cf_org_name = local.cf_org_name
cf_space_name = local.cf_space_name
source_app_name = "${local.app_name}-${local.env}"
destination_app_name = "notify-api-${local.env}"
}