OSDN Git Service

new repo
[bytom/vapor.git] / vendor / github.com / hashicorp / hcl / test-fixtures / decode_tf_variable.hcl
1 variable "foo" {
2     default = "bar"
3     description = "bar"
4 }
5
6 variable "amis" {
7     default = {
8         east = "foo"
9     }
10 }