Skip to content
This repository has been archived by the owner on Jan 25, 2023. It is now read-only.

Releases: hashicorp/terraform-aws-vault

v0.1.2

05 Feb 21:13
6571537
Compare
Choose a tag to compare

#39: You can now configure VPCs and subnets by tag.

v0.1.1

05 Feb 17:56
9a94f92
Compare
Choose a tag to compare

#37: Fix permissions and symlinks to work on CentOS.

v0.1.0

25 Jan 21:00
a61761c
Compare
Choose a tag to compare

#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

20 Jan 00:53
40b8b8e
Compare
Choose a tag to compare

#34: Switch to GitHub/HTTPS URLs for dependent modules.

v0.0.9

04 Jan 04:12
4e888fd
Compare
Choose a tag to compare

#31: Fix the fully_qualified_domain_name output of the vault-elb module so it works with Terraform 0.11.

v0.0.8

02 Nov 12:54
Compare
Choose a tag to compare

9f7f835: Revert the availability zones change from the previous release, as it leads to a bug, as explained in #21.

v0.0.7

21 Oct 14:02
Compare
Choose a tag to compare

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).

v0.0.6

09 Oct 23:09
Compare
Choose a tag to compare

#12: You can now specify arbitrary extra tags for your Vault cluster using the new parameter cluster_extra_tags.

v0.0.5

09 Oct 11:42
Compare
Choose a tag to compare

#17: allow empty list of allowed inbound cidrs.

v0.0.4

09 Oct 11:39
Compare
Choose a tag to compare

#15: Fix incorrect var reference in inbound ssh sg ids.