OSDN Git Service

new repo
[bytom/vapor.git] / vendor / github.com / hashicorp / hcl / test-fixtures / object_with_bool.hcl
1 path {
2         policy = "write"
3         permissions = {
4         "bool" = [false]
5         }
6 }