OSDN Git Service

fix commands
[bytom/shuttle.git] / vendor / github.com / bytom / vendor / github.com / hashicorp / hcl / test-fixtures / decode_policy.hcl
diff --git a/vendor/github.com/bytom/vendor/github.com/hashicorp/hcl/test-fixtures/decode_policy.hcl b/vendor/github.com/bytom/vendor/github.com/hashicorp/hcl/test-fixtures/decode_policy.hcl
new file mode 100644 (file)
index 0000000..5b185cc
--- /dev/null
@@ -0,0 +1,15 @@
+key "" {
+       policy = "read"
+}
+
+key "foo/" {
+       policy = "write"
+}
+
+key "foo/bar/" {
+       policy = "read"
+}
+
+key "foo/bar/baz" {
+       policy = "deny"
+}