mirror of
https://github.com/GSA/notifications-admin.git
synced 2025-12-08 14:14:27 -05:00
dont change api_network_route right now
This commit is contained in:
@@ -34,11 +34,11 @@ resource "null_resource" "prevent_destroy" {
|
||||
# name = "${local.app_name}-logo-upload-bucket-${local.env}"
|
||||
# }
|
||||
|
||||
# module "api_network_route" {
|
||||
# source = "../shared/container_networking"
|
||||
module "api_network_route" {
|
||||
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}"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user