summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/hashicorp/hcl/test-fixtures/object_with_bool.hcl
blob: e565fb477928aedeb8e9729c036e5f3b364259d7 (plain)
1
2
3
4
5
6
path {
	policy = "write"
	permissions = {
        "bool" = [false]
	}
}