Skip to content

Commit

Permalink
add locations on terraform.tfvars.sample for bootstrap stage (#1967)
Browse files Browse the repository at this point in the history
Co-authored-by: Ludovico Magnocavallo <[email protected]>
  • Loading branch information
simonebruzzechesse and ludoo authored Jan 9, 2024
1 parent 46f437f commit b15c573
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion fast/stages/0-bootstrap/terraform.tfvars.sample
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -15,4 +23,3 @@ outputs_location = "~/fast-config"

# use something unique and no longer than 9 characters
prefix = "abcd"

0 comments on commit b15c573

Please sign in to comment.