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" +