re add api_network_route with new provider

This commit is contained in:
Kenneth Kehl
2025-10-23 08:44:03 -07:00
parent 675952ea9b
commit 3a07afe498

View File

@@ -45,12 +45,12 @@ module "logo_upload_bucket" {
}
# module "api_network_route" {
# source = "../shared/container_networking"
# providers = {
# cloudfoundry = cloudfoundry.official
# }
# cf_space_id = data.cloudfoundry_space.space.id
# source_app_name = "${local.app_name}-${local.env}"
# destination_app_name = "notify-api-${local.env}"
# }
module "api_network_route" {
source = "../shared/container_networking"
providers = {
cloudfoundry = cloudfoundry.official
}
cf_space_id = data.cloudfoundry_space.space.id
source_app_name = "${local.app_name}-${local.env}"
destination_app_name = "notify-api-${local.env}"
}