Rename app to avoid route collisions with 10x space

This commit is contained in:
Ryan Ahearn
2022-11-02 11:07:45 -04:00
parent afd855442b
commit a0ed7dd053
7 changed files with 15 additions and 15 deletions

View File

@@ -2,7 +2,7 @@ locals {
cf_org_name = "gsa-tts-benefits-studio-prototyping"
cf_space_name = "notify-staging"
env = "staging"
app_name = "notifications-api"
app_name = "notify-api"
recursive_delete = true
}