Update cloud.gov org references

This changeset adjusts our references to the cloud.gov org we are using from gsa-tts-benefits-studio-prototyping to gsa-tts-benefits-studio.

Signed-off-by: Carlo Costino <carlo.costino@gsa.gov>
This commit is contained in:
Carlo Costino
2023-08-25 12:16:57 -04:00
parent 6a83bf8ab9
commit bc650f21fe
16 changed files with 18 additions and 18 deletions

View File

@@ -5,7 +5,7 @@ locals {
module "s3" {
source = "github.com/18f/terraform-cloudgov//s3?ref=v0.3.0"
cf_org_name = "gsa-tts-benefits-studio-prototyping"
cf_org_name = "gsa-tts-benefits-studio"
cf_space_name = "notify-management"
name = local.s3_service_name
}