Match prod space name to environment name

This commit is contained in:
Ryan Ahearn
2023-03-21 17:30:43 -04:00
parent 46f59bfd14
commit 3c8aa65595

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-api"
recursive_delete = false