Match prod space name to env name

This commit is contained in:
Ryan Ahearn
2023-03-21 17:46:31 -04:00
parent 300d26bc96
commit 804e53988a

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