add locations on terraform.tfvars.sample for bootstrap stage (#1967)

Co-authored-by: Ludovico Magnocavallo <ludomagno@google.com>
This commit is contained in:
simonebruzzechesse 2024-01-09 08:32:27 +01:00 committed by GitHub
parent 46f437fd5d
commit b15c573f18
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 1 deletions

View File

@ -4,6 +4,14 @@ billing_account = {
id = "012345-67890A-BCDEF0"
}
# locations for GCS, BigQuery, and logging buckets created here
locations = {
bq = "EU"
gcs = "EU"
logging = "global"
pubsub = []
}
# use `gcloud organizations list`
organization = {
domain = "example.org"
@ -15,4 +23,3 @@ outputs_location = "~/fast-config"
# use something unique and no longer than 9 characters
prefix = "abcd"