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

11 lines
127 B
HCL
Raw Normal View History

2017-12-02 23:34:35 +00:00
variable "foo" {
default = "bar"
description = "bar"
}
variable "amis" {
default = {
east = "foo"
}
}