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

Upgrading private vault cluster #244

Closed ducthien1490 closed 3 years ago

ducthien1490 commented 3 years ago

I built a HA, private vault/consul cluster based on vault-cluster-private example 2 years ago. Now I want to update both private AMI and vault/consul version. What should I do to upgrade and keep everything safe?

brikis98 commented 3 years ago
  1. Figure out what version of this repo you used: look for version = "xxx" or ?ref=xxx.
  2. Go to the release notes.
  3. Follow the upgrade instructions in each release.
ducthien1490 commented 3 years ago

@brikis98 Thanks!