Remove default location from gcs module (#2303)

* gcs module

* blueprints/apigee/bigquery-analytics

* tfdoc

* pubsub README md syntax
This commit is contained in:
Ludovico Magnocavallo
2024-05-24 09:02:33 +02:00
committed by GitHub
parent af814505be
commit dc686c3a84
9 changed files with 21 additions and 6 deletions

View File

@@ -209,6 +209,7 @@ module "gcs" {
project_id = var.project_id
prefix = var.prefix
name = "gcs_sink"
location = "EU"
force_destroy = true
}