hcl/test-fixtures/decode_tf_variable.hcl

11 lines
127 B
HCL
Raw Normal View History

2014-08-11 21:19:23 +00:00
variable "foo" {
default = "bar"
description = "bar"
}
variable "amis" {
default = {
east = "foo"
}
}