route/vendor/github.com/hashicorp/hcl/test-fixtures/decode_tf_variable.hcl

11 lines
127 B
HCL

variable "foo" {
default = "bar"
description = "bar"
}
variable "amis" {
default = {
east = "foo"
}
}