cloud-foundation-fabric/fast/stages/0-bootstrap/terraform.tfvars.sample

20 lines
439 B
Plaintext
Raw Normal View History

2022-02-07 02:07:13 -08:00
# use `gcloud beta billing accounts list`
2022-02-10 08:25:38 -08:00
# if you have too many accounts, check the Cloud Console :)
2022-02-07 02:07:13 -08:00
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 no longer than 9 characters
prefix = "abcd"
2022-02-07 02:07:13 -08:00