build the new moduule.logo_upload_bucket

This commit is contained in:
Kenneth Kehl
2025-10-22 10:44:27 -07:00
parent 1882b4634d
commit 46b63353a7
2 changed files with 9 additions and 18 deletions

View File

@@ -43,15 +43,6 @@ module "logo_upload_bucket" {
}
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}"
}
module "api_network_route" {
source = "../shared/container_networking"