OSDN Git Service

new repo
[bytom/vapor.git] / vendor / github.com / hashicorp / hcl / test-fixtures / object_list.json
1 {
2     "resource": {
3         "aws_instance": {
4             "db": {
5                 "vpc": "foo",
6                 "provisioner": [{
7                     "file": {
8                         "source": "foo",
9                         "destination": "bar"
10                     }
11                 }]
12             }
13                 }
14         }
15 }