mirror of
https://github.com/ysoftdevs/terraform-aws-eks.git
synced 2026-03-17 23:13:46 +01:00
fix: Revert changes to ignore role_last_used (#2629)
This commit is contained in:
@@ -61,12 +61,6 @@ 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