Merge pull request #3043 from GSA/terraform_upgrade6

try to change api_network_route
This commit is contained in:
ccostino
2025-10-23 11:25:26 -04:00
committed by GitHub
2 changed files with 10 additions and 9 deletions

View File

@@ -46,7 +46,7 @@ jobs:
# TF_VAR_cf_user: ${{ secrets.CLOUDGOV_USERNAME }}
# TF_VAR_cf_password: ${{ secrets.CLOUDGOV_PASSWORD }}
# run: |
# terraform destroy -target=module.redis-v70 -auto-approve
# terraform plan -destroy -target=module.api_network_route
- name: Terraform apply

View File

@@ -45,11 +45,12 @@ module "logo_upload_bucket" {
}
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}"
}
# 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}"
# }