mirror of
https://github.com/ysoftdevs/terraform-aws-eks.git
synced 2026-03-23 18:01:04 +01:00
feat: Ignore changes to *.aws_iam_role.*.role_last_used (#2628)
This commit is contained in:
@@ -61,6 +61,12 @@ resource "aws_iam_role" "irsa" {
|
||||
force_detach_policies = true
|
||||
|
||||
tags = merge(var.tags, var.irsa_tags)
|
||||
|
||||
lifecycle {
|
||||
ignore_changes = [
|
||||
role_last_used,
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
locals {
|
||||
|
||||
Reference in New Issue
Block a user