Skip to content

Commit

Permalink
feat: ignore changes to module.karpenter.aws_iam_role.irsa[0].role_la…
Browse files Browse the repository at this point in the history
…st_used
  • Loading branch information
yurrriq committed May 24, 2023
1 parent c5f5abf commit c1dc828
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions modules/karpenter/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit c1dc828

Please sign in to comment.