diff --git a/modules/consul-cluster/main.tf b/modules/consul-cluster/main.tf index 96fa7cb1..ecf4ba49 100644 --- a/modules/consul-cluster/main.tf +++ b/modules/consul-cluster/main.tf @@ -49,6 +49,10 @@ resource "aws_autoscaling_group" "autoscaling_group" { var.tags, ] ) + + lifecycle { + ignore_changes = [load_balancers, target_group_arns] + } } # ---------------------------------------------------------------------------------------------------------------------