hashicorp/terraform-aws-consul

Feature Request: Instance scale-in protection for consul-cluster

Opened this issue · 0 comments

It is not possible to set the Instance scale-in protection for consul-cluster instances.
The used "aws_autoscaling_group" allows to set "protect_from_scale_in" but it is not provided by the module:
https://github.com/hashicorp/terraform-aws-consul/blob/master/modules/consul-cluster/main.tf#L14

This issue is more a kind of feature request though.