Compare commits
1 Commits
master
...
d-sidebar-
Author | SHA1 | Date | |
---|---|---|---|
|
36c3d1b185 |
@ -144,6 +144,10 @@ export default [
|
|||||||
category: 'conversion',
|
category: 'conversion',
|
||||||
content: ['can', 'convert', 'try'],
|
content: ['can', 'convert', 'try'],
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
category: 'kvstore',
|
||||||
|
content: ['vault'],
|
||||||
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
'variables',
|
'variables',
|
||||||
|
6
website/pages/docs/from-1.5/functions/kvstore/index.mdx
Normal file
6
website/pages/docs/from-1.5/functions/kvstore/index.mdx
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
---
|
||||||
|
layout: docs
|
||||||
|
page_title: keystore - Functions - Configuration Language
|
||||||
|
sidebar_title: Key Store Functions
|
||||||
|
description: Overview of available keystore functions
|
||||||
|
---
|
@ -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).
|
@ -1,6 +0,0 @@
|
|||||||
---
|
|
||||||
layout: docs
|
|
||||||
page_title: vault - Functions - Configuration Language
|
|
||||||
sidebar_title: vault Functions
|
|
||||||
description: Overview of available vault functions
|
|
||||||
---
|
|
Loading…
x
Reference in New Issue
Block a user