Skip to content

Commit

Permalink
ignore changes to autoscaling groups load_balancers and target_group_…
Browse files Browse the repository at this point in the history
…arns attributes
  • Loading branch information
vincentmrg authored and nerahou committed Apr 15, 2024
1 parent 78c8ca2 commit beba24a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions node_group_advanced.tf
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,8 @@ resource "aws_autoscaling_group" "quortex_asg_advanced" {
ignore_changes = [
# ignore changes to the cluster size, because it can be changed by autoscaling
desired_capacity,
load_balancers,
target_group_arns
]
}

Expand Down

0 comments on commit beba24a

Please sign in to comment.