1
0
mirror of https://github.com/terraform-aws-modules/terraform-aws-eks.git synced 2025-09-09 19:32:58 +08: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:
David Alger
2020-01-17 07:13:07 -06:00
committed by Max Williams
parent 0ee36d0aee
commit b3a90aac80
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -45,5 +45,6 @@ resource "aws_eks_node_group" "workers" {
lifecycle {
create_before_destroy = true
ignore_changes = [scaling_config.0.desired_size]
}
}