Document use of ~/.vault-token

This commit is contained in:
Jason Felice 2017-01-30 16:47:35 -05:00 committed by Martin Atkins
parent bb1756c86a
commit bb8b837ab9
1 changed files with 2 additions and 0 deletions

View File

@ -84,6 +84,8 @@ variables in order to keep credential information out of the configuration.
* `token` - (Required) Vault token that will be used by Terraform to
authenticate. May be set via the `VAULT_TOKEN` environment variable.
If none is otherwise supplied, Terraform will attempt to read it from
`~/.vault-token` (where the vault command stores its current token).
Terraform will issue itself a new token that is a child of the one given,
with a short TTL to limit the exposure of any requested secrets.