From e2e17780c71a8dbdadfaeca51c1e55f071648f29 Mon Sep 17 00:00:00 2001 From: Kenneth Kehl <@kkehl@flexion.us> Date: Wed, 22 Oct 2025 10:20:27 -0700 Subject: [PATCH] comment out module.logo_upload_bucket so it doesnt get recreated --- terraform/staging/main.tf | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/terraform/staging/main.tf b/terraform/staging/main.tf index 274be3206..b49319425 100644 --- a/terraform/staging/main.tf +++ b/terraform/staging/main.tf @@ -55,13 +55,14 @@ data "cloudfoundry_space" "space" { # } -module "logo_upload_bucket" { - source = "github.com/GSA-TTS/terraform-cloudgov//s3?ref=v1.0.0" +# This is the old form which used cfcommunity as a provider +# module "logo_upload_bucket" { +# source = "github.com/GSA-TTS/terraform-cloudgov//s3?ref=v1.0.0" - cf_org_name = local.cf_org_name - cf_space_name = local.cf_space_name - name = "${local.app_name}-logo-upload-bucket-${local.env}" -} +# cf_org_name = local.cf_org_name +# cf_space_name = local.cf_space_name +# name = "${local.app_name}-logo-upload-bucket-${local.env}" +# } module "api_network_route" {