sample tfvars file
This commit is contained in:
18
fast/stages/00-bootstrap/terraform.tfvars.sample
Normal file
18
fast/stages/00-bootstrap/terraform.tfvars.sample
Normal file
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user