hashicorp / terraform-aws-vault-starter

A Terraform Module for provisioning an OSS Vault cluster (using integrated storage) as described by HashiCorp reference architecture.
Mozilla Public License 2.0
76 stars 65 forks source link

Support S3 backend and auto unseal #40

Open queglay opened 2 years ago

queglay commented 2 years ago

I'm thinking of migrating to use this in place of the deprecated terraform-aws-vault. Is it possible to use the S3 backend and auto unseal?

I'm hoping I can tear all the vault nodes down and spin them back up and persist the data, with auto-unseal. Currently the terraform-aws-vault module can do this.