Added hcl language to snippet.

This commit is contained in:
Anthony 2022-01-13 16:34:37 -05:00
parent e62c21e136
commit 5ffa877cdb
1 changed files with 2 additions and 2 deletions

View File

@ -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 {