Update cloud.gov org references

quote>
quote> This changeset adjusts our references to the cloud.gov org we are using from gsa-tts-benefits-studio-prototyping to gsa-tts-benefits-studio.

Signed-off-by: Carlo Costino <carlo.costino@gsa.gov>
This commit is contained in:
Carlo Costino
2023-08-25 12:25:18 -04:00
parent 1463d8421b
commit a44afb0bcc
14 changed files with 15 additions and 15 deletions

View File

@@ -1,5 +1,5 @@
locals {
cf_org_name = "gsa-tts-benefits-studio-prototyping"
cf_org_name = "gsa-tts-benefits-studio"
cf_space_name = "notify-production"
env = "production"
app_name = "notify-admin"
@@ -45,7 +45,7 @@ module "api_network_route" {
# It can be re-enabled after:
# 1) the app has first been deployed
# 2) the route has been manually created by an OrgManager:
# `cf create-domain gsa-tts-benefits-studio-prototyping beta.notify.gov`
# `cf create-domain gsa-tts-benefits-studio beta.notify.gov`
# 3) the acme-challenge CNAME record must be created
# https://cloud.gov/docs/services/external-domain-service/#how-to-create-an-instance-of-this-service
###########################################################################