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

Releases: asicsdigital/terraform-aws-vault

Fix to allow for newer versions of AWS provider

12 Mar 18:56
2a6583e
Compare
Choose a tag to compare

This updates allows us to use newer versions of the ECS provider and makes it so that the module doesn't update the Vault task over and over again.

unseal key now accepts a 3 element array.

23 Oct 20:03
Compare
Choose a tag to compare

unseal_key has now become unseal_keys, and accepts a list as its
parameters. The list should have three elements, each an unseal key,
which is used to unseal the vault docker container.

This should make this module useful to existing vault infrastructures