-
-
Notifications
You must be signed in to change notification settings - Fork 22
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: Reset default value of s3_bucket_arns to empty #23
Conversation
What does it mean to "reset default value"? I agree that terraform-aws-emr/examples/virtual-cluster/main.tf Lines 46 to 49 in a2dd3d2
|
By "reset default value" I meant that we probably can set it to something less open. I am thinking that setting If we leave it @bryantbiggs It is up to you to decide the future of this PR - approve or close. :)
|
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.
lets give it a try, we can always make additional changes if needed
## [2.1.0](v2.0.0...v2.1.0) (2024-05-04) ### Features * Reset default value of s3_bucket_arns to empty ([#23](#23)) ([d8d79df](d8d79df))
This PR is included in version 2.1.0 🎉 |
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. |
Kudos to Adam K for this suggestion.
Reset the default value of
s3_bucket_arns
to prevent users from misconfiguring IAM policies by providing wider permissions than necessary.