DEBSOURCES
Skip Quicknav
sources / golang-github-hashicorp-hcl / 0.0~git20161215.0.80e628d-1 / test-fixtures / decode_tf_variable.hcl
12345678910
variable "foo" { default = "bar" description = "bar" } variable "amis" { default = { east = "foo" } }