mirror of https://github.com/status-im/consul.git
Added hcl language to snippet.
This commit is contained in:
parent
18efc981df
commit
2b5107656a
|
@ -64,7 +64,7 @@ The following are two examples of ACL policies with Sentinel rules.
|
|||
|
||||
<CodeBlockConfig heading="Any values stored under the key 'dc1' end with 'dev'">
|
||||
|
||||
```text
|
||||
```hcl
|
||||
key "dc1" {
|
||||
policy = "write"
|
||||
sentinel {
|
||||
|
@ -82,7 +82,7 @@ EOF
|
|||
|
||||
<CodeBlockConfig heading="The key 'haproxy_version' can only be updated during business hours">
|
||||
|
||||
```text
|
||||
```hcl
|
||||
key "haproxy_version" {
|
||||
policy = "write"
|
||||
sentinel {
|
||||
|
|
Loading…
Reference in New Issue