Merge pull request #436 from GSA/restage-apps

Match prod space name to env name
This commit is contained in:
Ryan Ahearn
2023-03-23 10:56:59 -04:00
committed by GitHub

View File

@@ -1,6 +1,6 @@
locals {
cf_org_name = "gsa-tts-benefits-studio-prototyping"
cf_space_name = "notify-prod"
cf_space_name = "notify-production"
env = "production"
app_name = "notify-admin"
recursive_delete = false