Fix tfvars sample for fast bootstrap stage
This commit is contained in:
@@ -1,15 +1,14 @@
|
||||
# use `gcloud beta billing accounts list`
|
||||
# if you have too many accounts, check the Cloud Console :)
|
||||
billing_account = {
|
||||
id = "012345-67890A-BCDEF0"
|
||||
organization_id = 1234567890
|
||||
id = "012345-67890A-BCDEF0"
|
||||
}
|
||||
|
||||
# use `gcloud organizations list`
|
||||
organization = {
|
||||
domain = "example.org"
|
||||
id = 1234567890
|
||||
customer_id = "C000001"
|
||||
domain = "example.org"
|
||||
id = 1234567890
|
||||
customer_id = "C000001"
|
||||
}
|
||||
|
||||
outputs_location = "~/fast-config"
|
||||
|
||||
Reference in New Issue
Block a user