2017-02-09 10:31:05 +01:00

9 lines
316 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 or similar.
variable "location" {
default = "westeurope"
}