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:
Geoffrey Grosenbach 2022-08-22 13:47:41 -07:00 committed by GitHub
parent f2a30737fa
commit 174594a45f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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