Hiện mình đang sửa dụng EKS module
Và mình gặp vấn đề sau: Redundant ignore_changes element
Plan: 0 to add, 1 to change, 0 to destroy. module.eks.module.self_managed_node_group["linux"].aws_autoscaling_group.this[0]: Modifying... [id=linux-20221016090213041100000002] module.eks.module.self_managed_node_group["linux"].aws_autoscaling_group.this[0]: Modifications complete after 0s [id=linux-20221016090213041100000002] ╷ │ Warning: Redundant ignore_changes element │ │ on .terraform/modules/eks/main.tf line 221, in resource "aws_eks_addon" "this": │ 221: resource "aws_eks_addon" "this" { │ │ Adding an attribute name to ignore_changes tells Terraform to ignore future │ changes to the argument in configuration after the object has been created, │ retaining the value originally configured. │ │ The attribute modified_at is decided by the provider alone and therefore │ there can be no configured value to compare with. Including this attribute │ in ignore_changes has no effect. Remove the attribute from ignore_changes │ to quiet this warning. ╵ Releasing state lock. This may take a few moments...
Mình có đọc được issues này trên github
https://github.com/terraform-aws-modules/terraform-aws-eks/issues/2081
This issue has been resolved in version 18.24.1