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

Remove Operator Command

03 Mar 16:14
bc071df
Compare
Choose a tag to compare
v2.2.1

Remove Operator

Remove 80 ingress rule

03 Mar 16:11
63ef3f2
Compare
Choose a tag to compare
v2.2.0

Remove AnyAny 80 rule from lb-vault-sg

Added Operator back in

03 Mar 16:08
46e6c60
Compare
Choose a tag to compare
v2.1.3

Added operator back in

No Operator Tag

03 Mar 16:06
fdf42c4
Compare
Choose a tag to compare
v2.1.2

remove operator

Added access_logs var to ALB

08 Nov 20:37
f8af50f
Compare
Choose a tag to compare

Added access_logs var to ALB

08 Nov 20:37
9b92368
Compare
Choose a tag to compare

Terraform 12.0.9 Upgrade

01 Oct 15:38
a7f9a2f
Compare
Choose a tag to compare
Merge pull request #9 from asicsdigital/terraform12

Upgrade to Terraform 0.12.9

Use Latest ACM Cert

08 Oct 18:58
Compare
Choose a tag to compare

Small Bugfix to use the latests issued ACM cert.

Adding Vault UI

25 Apr 20:03
e9caf81
Compare
Choose a tag to compare

This release enables the Vault UI by default, and provides a parameter to toggle that functionality on and off.

Also includes updates to the Task definition to make this module more idempotent

Multi ECS Cluster Support

27 Mar 20:04
5fdc919
Compare
Choose a tag to compare

Lots of updates. Added some clean up as well as new features, this is also a breaking change as it changes ecs_cluster_id which takes a string to ecs_cluster_ids which takes a list.

  • ability to span vault across two ECS Clusters to avoid downtimes when a cluster is cycling due to AMI or other large update ( somewhat a result of the AWS Autoscaling API Issue of March 22 2018)
  • Set a log retention period
  • extra_tags map which adds tags to resources
  • lb_deregistration_delay to allow users to tune the behavior of the task deregistration
  • service_minimum_healthy_percent set to 50% by default