Skip to content

Commit

Permalink
Ignore desired_capacity_type
Browse files Browse the repository at this point in the history
  • Loading branch information
mandos committed Aug 5, 2024
1 parent 705eb80 commit c636c04
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion modules/self-managed-node-group/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -774,7 +774,8 @@ resource "aws_autoscaling_group" "this" {
lifecycle {
create_before_destroy = true
ignore_changes = [
desired_capacity
desired_capacity,
desired_capacyty_type
]
}
}
Expand Down

0 comments on commit c636c04

Please sign in to comment.