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

[Feature Request] add vault plugin setting #252

Closed RicoToothless closed 2 years ago

RicoToothless commented 2 years ago

Describe the solution you'd like

add vault plugin setting in modules/run-vault

My solution would be like when plugin_enabled=true going to add plugin_directory & tls_client_ca_file (if needed) in config file.

Additional context

I can do this feature.