You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 25, 2023. It is now read-only.
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.
#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).