From 883b39cd932db3350fb9af34e5c2817bffd8d8a2 Mon Sep 17 00:00:00 2001 From: John Skiles Skinner Date: Thu, 25 Jul 2024 18:59:23 -0700 Subject: [PATCH] Update comment --- terraform/sandbox/main.tf | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/terraform/sandbox/main.tf b/terraform/sandbox/main.tf index f49560c62..838d86aa8 100644 --- a/terraform/sandbox/main.tf +++ b/terraform/sandbox/main.tf @@ -35,12 +35,12 @@ module "logo_upload_bucket" { } # ########################################################################## -# The following lines need to be commented out for the initial `terraform apply` -# It can be re-enabled after: -# 1) the api app has first been deployed -# 2) the admin app has first been deployed +# Connection the allows notify-admin-sandbox and notify-api-sandbox to talk. +# https://cloud.gov/docs/management/container-to-container/ +# Terraform block will fail to apply unless both apps exist in Cloud.gov. +# See also: /docs/all.md#api-request-failed ########################################################################### -module "api_network_route" { # experiment with uncommenting +module "api_network_route" { source = "../shared/container_networking" cf_org_name = local.cf_org_name