mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-11 18:37:33 -04:00
Update comment
This commit is contained in:
@@ -35,12 +35,12 @@ module "logo_upload_bucket" {
|
|||||||
}
|
}
|
||||||
|
|
||||||
# ##########################################################################
|
# ##########################################################################
|
||||||
# The following lines need to be commented out for the initial `terraform apply`
|
# Connection the allows notify-admin-sandbox and notify-api-sandbox to talk.
|
||||||
# It can be re-enabled after:
|
# https://cloud.gov/docs/management/container-to-container/
|
||||||
# 1) the api app has first been deployed
|
# Terraform block will fail to apply unless both apps exist in Cloud.gov.
|
||||||
# 2) the admin app has first been deployed
|
# See also: /docs/all.md#api-request-failed
|
||||||
###########################################################################
|
###########################################################################
|
||||||
module "api_network_route" { # experiment with uncommenting
|
module "api_network_route" {
|
||||||
source = "../shared/container_networking"
|
source = "../shared/container_networking"
|
||||||
|
|
||||||
cf_org_name = local.cf_org_name
|
cf_org_name = local.cf_org_name
|
||||||
|
|||||||
Reference in New Issue
Block a user