DEBSOURCES
Skip Quicknav
sources / golang-github-hashicorp-hcl / 1.0.0-1.1 / test-fixtures / decode_tf_variable.hcl
12345678910
variable "foo" { default = "bar" description = "bar" } variable "amis" { default = { east = "foo" } }