Skip to content
This repository has been archived by the owner on Jul 13, 2020. It is now read-only.

Releases: skyscrapers/terraform-vault

5.0.2

22 Oct 07:25
a3eda0b
Compare
Choose a tag to compare
Use ACME API v2 server

5.0.1

03 Oct 10:33
5ae6813
Compare
Choose a tag to compare
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

02 Oct 15:32
2ec5f4b
Compare
Choose a tag to compare
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

16 Sep 12:25
4f2a643
Compare
Choose a tag to compare

This PR switches the dynamodb table to pay per request instead of provisioned

4.5.2

03 Jul 14:14
Compare
Choose a tag to compare
Fix readme

4.5.0

03 Jul 13:44
Compare
Choose a tag to compare
Unset default vault version

won't set it from now on

4.3.5

03 Jul 13:40
Compare
Choose a tag to compare
Unset default vault version

won't set it from now on

Update default vault version to 1.1.3

12 Jun 14:50
Compare
Choose a tag to compare

Update default vault version to 1.1.3

Update default vault version to 1.1.0

02 Apr 08:56
Compare
Choose a tag to compare
4.3.0

[CI] Update vault version to 1.1.0

Add ec2_instances_cpu_credits variable

13 Feb 09:47
5ba7d52
Compare
Choose a tag to compare

Add ec2_instances_cpu_credits variable to change the cpu credits setting on the Vault instances