Use HCL syntax for code snippet (#12517)
Use `hcl` so the code snippet is more readable and is highlighted correctly.
This commit is contained in:
parent
f2a30737fa
commit
174594a45f
|
@ -36,7 +36,7 @@ description: Installation steps for the Vault ServiceNow Credential Resolver.
|
|||
must set `cache.use_auto_auth_token = true`, and the `listener`, `vault` and
|
||||
`auto_auth` blocks are also required to set up a working Agent, e.g.:
|
||||
|
||||
```
|
||||
```hcl
|
||||
listener "tcp" {
|
||||
address = "127.0.0.1:8200"
|
||||
tls_disable = false
|
||||
|
|
Loading…
Reference in New Issue