Remove outdated comments

This commit is contained in:
John Skiles Skinner
2024-07-25 19:21:20 -07:00
parent 883b39cd93
commit 0c1f824ca3
4 changed files with 1 additions and 25 deletions
+1 -7
View File
@@ -34,13 +34,7 @@ module "logo_upload_bucket" {
name = "${local.app_name}-logo-upload-bucket-${local.env}"
}
# ##########################################################################
# 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" {
module "api_network_route" { # API and Admin apps must both exist in Cloud
source = "../shared/container_networking"
cf_org_name = local.cf_org_name