-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Ignore changes to *.aws_iam_role.*.role_last_used #2628
feat: Ignore changes to *.aws_iam_role.*.role_last_used #2628
Conversation
can you provide a reproduction that shows this reoccurring issue within plans and applies? this is the first I am hearing of this being an issue |
c1dc828
to
3af0126
Compare
Sure, I'll try. Maybe this is something TFE specific, so I updated the description. |
Nothing sensitive really, but I messaged you an example on the AWS Developers Slack. |
Related upstream issue hashicorp/terraform-provider-aws#30861 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Related upstream issue linked - this should be rather safe to accept here
## [19.15.0](v19.14.0...v19.15.0) (2023-05-24) ### Features * Ignore changes to *.aws_iam_role.*.role_last_used ([#2628](#2628)) ([f8ea3d0](f8ea3d0))
This PR is included in version 19.15.0 🎉 |
Seems to produce an error:
|
ya, my apologies - the attribute being ignored as added in 4.64 of the provider and I overlooked this. We will revert since it appears this is not resolving the underlying issue and will chase the upstream issue for resolution |
I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further. |
Description
Ignore changes to
role_last_used
foraws_iam_role.this[0]
,module.eks_managed_node_group[*].aws_iam_role.this[0]
, andmodule.eks_managed_node_group[*].aws_iam_role.irsa[0]
.Motivation and Context
Without this commit, there is useless noise in drift detection in Terraform Enterprise, for example.
Breaking Changes
I shouldn't think so.
How Has This Been Tested?
examples/*
to demonstrate and validate my change(s)examples/*
projectspre-commit run -a
on my pull request