Compare commits

...

1 Commits

Author SHA1 Message Date
Wilken Rivera
36c3d1b185 Add vault functions to HCL2 side navigation 2020-10-16 10:09:06 -04:00
4 changed files with 12 additions and 8 deletions

View File

@ -144,6 +144,10 @@ export default [
category: 'conversion', category: 'conversion',
content: ['can', 'convert', 'try'], content: ['can', 'convert', 'try'],
}, },
{
category: 'kvstore',
content: ['vault'],
},
], ],
}, },
'variables', 'variables',

View File

@ -0,0 +1,6 @@
---
layout: docs
page_title: keystore - Functions - Configuration Language
sidebar_title: Key Store Functions
description: Overview of available keystore functions
---

View File

@ -46,7 +46,7 @@ stored at the key `foo`, storing it as the local variable `local.foo`.
In order for this to work, you must set the environment variables `VAULT_TOKEN` In order for this to work, you must set the environment variables `VAULT_TOKEN`
and `VAULT_ADDR` to valid values. and `VAULT_ADDR` to valid values.
-> **NOTE:** HCL functions can be used in local variable definitions or inline -> **NOTE:** HCL functions can be used in local variable definitions or inline
with a provisioner/post-processor. They cannot be used in global variable definitions. with a provisioner/post-processor. They cannot be used in global variable definitions.
The api tool we use allows for more custom configuration of the Vault client via The api tool we use allows for more custom configuration of the Vault client via
@ -73,4 +73,4 @@ The full list of available environment variables is:
``` ```
and detailed documentation for usage of each of those variables can be found and detailed documentation for usage of each of those variables can be found
[here](https://www.vaultproject.io/docs/commands/#environment-variables). [here](https://www.vaultproject.io/docs/commands/#environment-variables).

View File

@ -1,6 +0,0 @@
---
layout: docs
page_title: vault - Functions - Configuration Language
sidebar_title: vault Functions
description: Overview of available vault functions
---