E2E: Align triggers location to the bucket

This commit is contained in:
Wiktor Niesiobędzki
2025-08-10 10:32:35 +00:00
parent 80ed6e29aa
commit ff85f05669
8 changed files with 33 additions and 14 deletions

View File

@@ -17,7 +17,7 @@ module "gcs" {
project_id = var.project_id
prefix = var.prefix
name = "my-bucket"
location = "EU"
location = var.region
iam = {
"roles/storage.admin" = ["serviceAccount:service-${var.project_number}@gcp-sa-pubsub.iam.gserviceaccount.com"]
}