hashicorp / terraform-aws-vault

A Terraform Module for how to run Vault on AWS using Terraform and Packer
Apache License 2.0
656 stars 465 forks source link

run-vault missing --data-dir option #202

Open andrew-womeldorf opened 4 years ago

andrew-womeldorf commented 4 years ago

The data directory is automatically set to ../data, relative to the location of the run-vault script, as seen here, similar to the config directory and bin directory. The config and data directory variables can be set when running the script with --config-dir and --bin-dir flags, but that flag is not available for the data directory.