mirror of
https://github.com/GSA/notifications-admin.git
synced 2025-12-13 00:23:20 -05:00
Nix a stray recursive_delete local var
This commit is contained in:
@@ -1,7 +1,6 @@
|
|||||||
locals {
|
locals {
|
||||||
cf_org_name = "gsa-tts-benefits-studio"
|
cf_org_name = "gsa-tts-benefits-studio"
|
||||||
cf_space_name = "notify-local-dev"
|
cf_space_name = "notify-local-dev"
|
||||||
recursive_delete = true
|
|
||||||
key_name = "${var.username}-admin-dev-key"
|
key_name = "${var.username}-admin-dev-key"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user