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
@@ -543,6 +543,7 @@ module "gcs" {
|
||||
source = "./fabric/modules/gcs"
|
||||
project_id = var.project_id
|
||||
name = "gcs_sink"
|
||||
location = "EU"
|
||||
prefix = var.prefix
|
||||
force_destroy = true
|
||||
}
|
||||
@@ -1133,6 +1134,7 @@ module "gcs" {
|
||||
source = "./fabric/modules/gcs"
|
||||
project_id = var.project_id
|
||||
name = "gcs_sink"
|
||||
location = "EU"
|
||||
prefix = var.prefix
|
||||
force_destroy = true
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user