From 8f1639a3c5e48c008085a0e1f67d6f64ce457030 Mon Sep 17 00:00:00 2001 From: Ludovico Magnocavallo Date: Mon, 7 Feb 2022 11:07:13 +0100 Subject: [PATCH] sample tfvars file --- .../00-bootstrap/terraform.tfvars.sample | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 fast/stages/00-bootstrap/terraform.tfvars.sample diff --git a/fast/stages/00-bootstrap/terraform.tfvars.sample b/fast/stages/00-bootstrap/terraform.tfvars.sample new file mode 100644 index 000000000..e9b9a90a4 --- /dev/null +++ b/fast/stages/00-bootstrap/terraform.tfvars.sample @@ -0,0 +1,18 @@ +# use `gcloud beta billing accounts list` +billing_account = { + id = "012345-67890A-BCDEF0" + organization_id = 1234567890 +} + +# use `gcloud organizations list` +organization = { + domain = "example.org" + id = 1234567890 + customer_id = "C000001" +} + +outputs_location = "~/fast-config" + +# use something unique and short +prefix = "abcd" +