mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
17 lines
556 B
HCL
17 lines
556 B
HCL
# Use this file for Terraform variables that:
|
|
# 1) you don't mind sharing with the world on GitHub (if default provided) or
|
|
# 2) you want Terraform to ask the user for at runtime (if no default provided)
|
|
|
|
# Secret variables should be put in secret.tfvars with the following contents:
|
|
# subscription_id = "..."
|
|
# client_id = "..."
|
|
# client_secret = "..."
|
|
# tenant_id = "..."
|
|
# vm1_admin_password = "..."
|
|
# The secret.tfvars file will be read if you use:
|
|
# $ terraform <subcommand> -var-file="secret.tfvars"
|
|
|
|
variable "location" {
|
|
default = "westeurope"
|
|
}
|