Skip to content

Commit

Permalink
PE-2284
Browse files Browse the repository at this point in the history
  • Loading branch information
spr-mweber3 committed Apr 22, 2024
1 parent f345e26 commit 1c9d914
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/self-managed-node-group/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -737,7 +737,7 @@ resource "aws_autoscaling_group" "this" {
lifecycle {
create_before_destroy = true
ignore_changes = [
desired_capacity, target_group_arns
desired_capacity, target_group_arns, desired_capacity_type
]
}
}
Expand Down

0 comments on commit 1c9d914

Please sign in to comment.