website: Activate HCL syntax highlighting for Vault provider docs
This commit is contained in:
parent
f521b15311
commit
ca96c856fe
|
@ -25,7 +25,7 @@ for more details.
|
||||||
|
|
||||||
## Example Usage
|
## Example Usage
|
||||||
|
|
||||||
```
|
```hcl
|
||||||
data "vault_generic_secret" "rundeck_auth" {
|
data "vault_generic_secret" "rundeck_auth" {
|
||||||
path = "secret/rundeck_auth"
|
path = "secret/rundeck_auth"
|
||||||
}
|
}
|
||||||
|
|
|
@ -126,7 +126,7 @@ The `client_auth` configuration block accepts the following arguments:
|
||||||
|
|
||||||
## Example Usage
|
## Example Usage
|
||||||
|
|
||||||
```
|
```hcl
|
||||||
provider "vault" {
|
provider "vault" {
|
||||||
# It is strongly recommended to configure this provider through the
|
# It is strongly recommended to configure this provider through the
|
||||||
# environment variables described above, so that each user can have
|
# environment variables described above, so that each user can have
|
||||||
|
|
|
@ -25,7 +25,7 @@ for more details.
|
||||||
|
|
||||||
## Example Usage
|
## Example Usage
|
||||||
|
|
||||||
```
|
```hcl
|
||||||
resource "vault_generic_secret" "example" {
|
resource "vault_generic_secret" "example" {
|
||||||
path = "secret/foo"
|
path = "secret/foo"
|
||||||
|
|
||||||
|
|
|
@ -11,7 +11,7 @@ description: |-
|
||||||
|
|
||||||
## Example Usage
|
## Example Usage
|
||||||
|
|
||||||
```
|
```hcl
|
||||||
resource "vault_policy" "example" {
|
resource "vault_policy" "example" {
|
||||||
name = "dev-team"
|
name = "dev-team"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue