hcl/test-fixtures/decode_tf_variable.hcl
Mitchell Hashimoto a4f0365393 Failing test
2014-08-11 14:19:35 -07:00

11 lines
127 B
HCL

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