Remove default location from gcs module (#2303)
* gcs module * blueprints/apigee/bigquery-analytics * tfdoc * pubsub README md syntax
This commit is contained in:
committed by
GitHub
parent
af814505be
commit
dc686c3a84
3
tests/fixtures/gcs.tf
vendored
3
tests/fixtures/gcs.tf
vendored
@@ -17,7 +17,8 @@ module "gcs" {
|
||||
project_id = var.project_id
|
||||
prefix = var.prefix
|
||||
name = "my-bucket"
|
||||
location = "EU"
|
||||
iam = {
|
||||
"roles/storage.admin" = ["serviceAccount:service-${var.project_number}@gcp-sa-pubsub.iam.gserviceaccount.com"]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user