packages feed

language-hcl-0.1.1.0: test-fixtures/decode_tf_variable.hcl

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

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