Skip to content

Commit

Permalink
add suffix (#121)
Browse files Browse the repository at this point in the history
Co-authored-by: James Kwon <[email protected]>
  • Loading branch information
james03160927 and james03160927 authored Jan 6, 2025
1 parent f468194 commit 76ee821
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions infrastructure/staging/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,16 @@ provider "google" {
}

module "node_pack_extract_trigger" {
source = "../modules/node-pack-extract-trigger"
source = "../modules/node-pack-extract-trigger"
providers = {
google = google
}
project_id = var.project_id
region = var.region
bucket_name = "comfy-registry"
cloud_build_service_account = "[email protected]"
trigger_name = "comfy-node-pack-extract-staging"
topic_name = "comfy-registry-event-staging"
registry_backend_url = "https://stagingapi.comfy.org"
backfill_job_name = "comfy-node-pack-backfill-staging"
registry_backend_url = "https://stagingapi.comfy.org"
}

0 comments on commit 76ee821

Please sign in to comment.