mirror of
https://github.com/ysoftdevs/terraform-aws-eks.git
synced 2026-01-18 01:27:55 +01:00
fix: Remove modified_at from ignored changes on EKS addons (#2114)
This commit is contained in:
6
main.tf
6
main.tf
@@ -312,12 +312,6 @@ resource "aws_eks_addon" "this" {
|
||||
resolve_conflicts = lookup(each.value, "resolve_conflicts", null)
|
||||
service_account_role_arn = lookup(each.value, "service_account_role_arn", null)
|
||||
|
||||
lifecycle {
|
||||
ignore_changes = [
|
||||
modified_at
|
||||
]
|
||||
}
|
||||
|
||||
depends_on = [
|
||||
module.fargate_profile,
|
||||
module.eks_managed_node_group,
|
||||
|
||||
Reference in New Issue
Block a user