hashicorp / terraform-aws-vault-starter

A Terraform Module for provisioning an OSS Vault cluster (using integrated storage) as described by HashiCorp reference architecture.
Mozilla Public License 2.0
76 stars 65 forks source link

Allow platform engineers to manage the health check settings for the ASG #44

Open dannyibishev opened 2 years ago

dannyibishev commented 2 years ago

Currently, a health check is set up on the target group, but the ASG does not respect it. Therefore, if the vault service fails, the target group will report the instance as unhealthy, but the ASG won't bring up and replace the unhealthy node with a fresh instance.

Therefore, we would like the ability to set the health check type and the grace period on the ASG resource.