mirror of
https://github.com/ysoftdevs/terraform-aws-eks.git
synced 2026-01-18 17:47:31 +01:00
Ignore changes to desired_size of node_groups (#691)
* Ignore changes to desired_size of node_groups Resolves #681 * Update CHANGELOG.md
This commit is contained in:
committed by
Max Williams
parent
0ee36d0aee
commit
b3a90aac80
@@ -45,5 +45,6 @@ resource "aws_eks_node_group" "workers" {
|
||||
|
||||
lifecycle {
|
||||
create_before_destroy = true
|
||||
ignore_changes = [scaling_config.0.desired_size]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user