hashicorp / terraform-aws-vault

A Terraform Module for how to run Vault on AWS using Terraform and Packer
Apache License 2.0
656 stars 465 forks source link

Request: additional vars for desired, min, max capacity instead of having them all the same #213

Open allantaylor8907 opened 4 years ago

allantaylor8907 commented 4 years ago

Perhaps default cluster size to all the same but allow options for additional parameters for the desired, min, and max capacity. This allows use of some other tools to cycle AMI's that can only work by incrementing values in the cluster but this is blocked by having the max capacity the same as the desired capacity.

brikis98 commented 4 years ago

A PR to add this is welcome!