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

24 Aug 22:34
Compare
Choose a tag to compare

4cdae98: Fix the AWS account we use for publishing the public example AMIs.

v0.10.0

21 Aug 22:08
e5f26ba
Compare
Choose a tag to compare

#86:

  • BACKWARDS INCOMPATIBLE CHANGE: The lb_tags parameter in the vault-elb module has been renamed to load_balancer_tags.
  • You can now set custom security group tags in the vault-elb module using the new security_group_tags parameter.
  • You can now set custom security group tags in the vault-cluster module using the new security_group_tags parameter.
  • You can now set custom S3 bucket tags in the vault-cluster module using the new s3_bucket_tags parameter.

v0.9.3

12 Aug 10:58
6a4033d
Compare
Choose a tag to compare

#83: You can now specify a custom port number to use for Vault health checks in the vault-elb module using the optional param health_check_port.

v0.9.2

09 Aug 09:36
873434f
Compare
Choose a tag to compare

#81: You can now set custom tags for the Vault ELB using the optional parameter lb_tags.

v0.9.1

01 Aug 16:09
7dc5f0f
Compare
Choose a tag to compare

#80: Fix aws install with yum to use the proper package name.

v0.9.0

31 Jul 21:41
ceac579
Compare
Choose a tag to compare

#78: If you're using Vault 0.10.0 or above, the UI will now be enabled by default.

v0.8.0

04 Jul 10:48
75b3b37
Compare
Choose a tag to compare

#72: The Vault user is now marked as a system user.

v0.7.2

30 May 19:49
2807b85
Compare
Choose a tag to compare

#70: Fix typo in the docs where we listed the parameter name as --s3-backend-enable but it should actually be --enable-s3-backend.

v0.7.1

22 May 10:51
82cbffe
Compare
Choose a tag to compare

#69: Vault will now exit with an error if cluster_addr == api_addr, so default api_addr to a different value, and make it configurable via a new --api-addr parameter.

v0.7.0

18 May 22:53
19b8629
Compare
Choose a tag to compare

#68:

BACKWARDS INCOMPATIBLE CHANGE

The vault-cluster module now requires a new parameter called allowed_inbound_security_group_count to be set. This is unfortunately required to work around a limitation in Terraform with the count parameter.