sample tfvars file

This commit is contained in:
Ludovico Magnocavallo 2022-02-07 11:07:13 +01:00
parent 5937bac299
commit 8f1639a3c5
1 changed files with 18 additions and 0 deletions

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