This repository has been archived by the owner on Jul 13, 2020. It is now read-only.
Releases: skyscrapers/terraform-vault
Releases · skyscrapers/terraform-vault
5.0.2
5.0.1
Fix individual target groups health check (#16) Since the introduction of the Vault UI, the `/` path now returns a 307 redirect to `/ui`, so the health check fails. These health checks should report OK as long as Vault it's running, regardless of its state. However this didn't have any consequences because of this > If a target group contains only unhealthy registered targets, the load balancer nodes route requests across its unhealthy targets.
5.0.0
Migrate terraform code to 0.12 syntax (#15) * Migrate terraform code to 0.12 syntax As per https://github.com/skyscrapers/engineering/issues/252 I've also switched to using alb resources directly, without an intermediate module. This introduces breaking changes that will require a major version bump in the new release * Switch dynamodb table to PAY_PER_REQUEST per skyscrapers/engineering#223 (#14) * Fix submodule path * Update documentation and add upgrade path * Adjust some names to avoid unnecessary replacement * Rework tags and tag everything * Fix lifecycle of target groups * Update tf code in examples * Update test dependencies * Update go version in tests task * Update test deps again * Install gcc dependency in test task * Fix edge case with null values - nulls are not yet supported in the teleport-bootstrap-script module * Create a fake dependency on the dynamodb tables Otherwise the destroy process doesn't go smooth * Fix staging acme server version * Clean up vault version in test ci task * Fix acme server url on globaltable test as well #facepalm
Switch dynamodb table to PAY_PER_REQUEST
This PR switches the dynamodb table to pay per request instead of provisioned
4.5.2
Fix readme
4.5.0
Unset default vault version won't set it from now on
4.3.5
Unset default vault version won't set it from now on
Update default vault version to 1.1.3
Update default vault version to 1.1.3
Update default vault version to 1.1.0
4.3.0 [CI] Update vault version to 1.1.0
Add ec2_instances_cpu_credits variable
Add ec2_instances_cpu_credits variable to change the cpu credits setting on the Vault instances