website: Activate HCL syntax highlighting for Vault provider docs

This commit is contained in:
Martin Atkins 2017-04-07 16:43:24 -07:00
parent f521b15311
commit ca96c856fe
4 changed files with 4 additions and 4 deletions

View File

@ -25,7 +25,7 @@ for more details.
## Example Usage
```
```hcl
data "vault_generic_secret" "rundeck_auth" {
path = "secret/rundeck_auth"
}

View File

@ -126,7 +126,7 @@ The `client_auth` configuration block accepts the following arguments:
## Example Usage
```
```hcl
provider "vault" {
# It is strongly recommended to configure this provider through the
# environment variables described above, so that each user can have

View File

@ -25,7 +25,7 @@ for more details.
## Example Usage
```
```hcl
resource "vault_generic_secret" "example" {
path = "secret/foo"

View File

@ -11,7 +11,7 @@ description: |-
## Example Usage
```
```hcl
resource "vault_policy" "example" {
name = "dev-team"