This repository has been archived by the owner on Jan 25, 2023. It is now read-only.
Releases: hashicorp/terraform-aws-vault
Releases · hashicorp/terraform-aws-vault
v0.1.2
v0.1.1
v0.1.0
#35: BACKWARDS INCOMPATIBLE CHANGE.
Originally, this module configured an S3 bucket as the storage backend and Consul as a high availability backend. As of this release, we have removed S3, and now solely use Consul for both storage and high availability. This reduces the number of moving parts in the infrastructure and is the recommended deployment pattern from HashiCorp.
v0.0.10
v0.0.9
v0.0.8
v0.0.7
UPDATE: do not use this release, it is buggy.
#20: The vault-elb
module will now try to set the availability zones parameter automatically if var.availability_zones
is empty. This works around a bug in Terraform where you would get diffs related to availability zones every time you ran plan
, even though nothing actually changed (see #19).