-
-
Notifications
You must be signed in to change notification settings - Fork 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
fix: Add missing locals in iam-assumable-role module #290
fix: Add missing locals in iam-assumable-role module #290
Conversation
Please take a look at line No. 81 of the main.tf, I believe we need to keep consistency and either use |
@sirantd I don't understand your comment. Could you please add more details? |
Can this be approved? We have some workflows that are blocked because of this issue. |
Replace missed data reference to local variable for consistency
@sirantd Sorry, I just couldn't find time to finish this. Thank you for jumping in...merged. |
Looks like there is still the need of a further approval |
Hi @bryantbiggs, does it makes sense to do fixes to pass linter warnings for terraform 1.3.3 as part of this PR? It's already quite big. Could you review it so it can be merged, please? |
can we get someone to review this? it is also blocking workflows for us as well |
When can we expect this to be merged, please? |
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.
Minor fixes and, most importantly, all examples should be working.
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.
Looks good. As said, examples/iam-eks-role is failing, but it is not related to this PR.
### [5.5.5](v5.5.4...v5.5.5) (2022-11-01) ### Bug Fixes * Add missing locals in iam-assumable-role module ([#290](#290)) ([8af6d28](8af6d28))
This PR is included in version 5.5.5 🎉 |
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
Fixes #289
Motivation and Context
Fixes #289
Breaking Changes
No
How Has This Been Tested?
examples/*
to demonstrate and validate my change(s)examples/*
projectspre-commit run -a
on my pull request