Removing all the references!

Signed-off-by: Cliff Hill <Clifford.hill@gsa.gov>
This commit is contained in:
Cliff Hill
2024-03-08 12:00:36 -05:00
parent b46bad8b77
commit e843b05e00
6 changed files with 6 additions and 26 deletions

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}-api-dev-key"
}
@@ -10,7 +9,6 @@ module "csv_upload_bucket" {
cf_org_name = local.cf_org_name
cf_space_name = local.cf_space_name
recursive_delete = local.recursive_delete
name = "${var.username}-csv-upload-bucket"
}
resource "cloudfoundry_service_key" "csv_key" {