From b15c573f1836732e184bab87532699f570521f24 Mon Sep 17 00:00:00 2001 From: simonebruzzechesse <60114646+simonebruzzechesse@users.noreply.github.com> Date: Tue, 9 Jan 2024 08:32:27 +0100 Subject: [PATCH] add locations on terraform.tfvars.sample for bootstrap stage (#1967) Co-authored-by: Ludovico Magnocavallo --- fast/stages/0-bootstrap/terraform.tfvars.sample | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/fast/stages/0-bootstrap/terraform.tfvars.sample b/fast/stages/0-bootstrap/terraform.tfvars.sample index a134f8dc5d..564e8113fb 100644 --- a/fast/stages/0-bootstrap/terraform.tfvars.sample +++ b/fast/stages/0-bootstrap/terraform.tfvars.sample @@ -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" -