Skip to content

Commit

Permalink
add missing tags
Browse files Browse the repository at this point in the history
  • Loading branch information
psychomantys committed Dec 27, 2024
1 parent 6663fff commit 46a284e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions eks.tf
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,12 @@ module "iam_eks_role" {
for idx, policy in aws_iam_policy.extra_custom_policy : aws_iam_policy.extra_custom_policy[idx].name => aws_iam_policy.extra_custom_policy[idx].arn
}
)

tags = local.common_tags

lifecycle {
ignore_changes = [
tags["CreateTimestamp"]
]
}
}

0 comments on commit 46a284e

Please sign in to comment.