summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/hashicorp/hcl/test-fixtures/decode_tf_variable.hcl
blob: 52dcaa1bc3d57d5d09f36970726d0835a6a36226 (plain)
1
2
3
4
5
6
7
8
9
10
variable "foo" {
    default = "bar"
    description = "bar"
}

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