Nix a stray recursive_delete local var

This commit is contained in:
John Skiles Skinner
2024-07-26 11:25:16 -07:00
parent e637a8177c
commit 3833533b5c

View File

@@ -1,7 +1,6 @@
locals {
cf_org_name = "gsa-tts-benefits-studio"
cf_space_name = "notify-local-dev"
recursive_delete = true
key_name = "${var.username}-admin-dev-key"
}