E2E: Align triggers location to the bucket
This commit is contained in:
2
tests/fixtures/gcs.tf
vendored
2
tests/fixtures/gcs.tf
vendored
@@ -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"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user