From 745ec2f988725abf1d39a24d7e3a8218e939c289 Mon Sep 17 00:00:00 2001 From: James Kwon <96548424+hongil0316@users.noreply.github.com> Date: Wed, 8 Jan 2025 18:25:14 -0500 Subject: [PATCH] Modify staging environment to monitor cloud storage on staging bucket --- infrastructure/staging/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infrastructure/staging/main.tf b/infrastructure/staging/main.tf index 9d0cb6a..84f2500 100644 --- a/infrastructure/staging/main.tf +++ b/infrastructure/staging/main.tf @@ -19,7 +19,7 @@ module "node_pack_extract_trigger" { } project_id = var.project_id region = var.region - bucket_name = "comfy-registry" + bucket_name = "staging-comfy-registry" cloud_build_service_account = "cloud-scheduler@dreamboothy.iam.gserviceaccount.com" trigger_name = "comfy-node-pack-extract-staging" topic_name = "comfy-registry-event-staging"