This commit is contained in:
Kenneth Kehl
2025-10-15 08:30:25 -07:00
parent 01de73be53
commit 2b5f418a20
6 changed files with 35 additions and 35 deletions

View File

@@ -5,9 +5,9 @@ locals {
module "s3" {
source = "github.com/GSA-TTS/terraform-cloudgov//s3?ref=v2.4.0"
cf_org_name = "gsa-tts-benefits-studio"
cf_org_name = "gsa-tts-benefits-studio"
cf_space_id = "notify-management"
name = local.s3_service_name
name = local.s3_service_name
}
resource "cloudfoundry_service_key" "bucket_creds" {