-
Notifications
You must be signed in to change notification settings - Fork 1.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
feature request: warning for iam_policy_attachment #252
Comments
Hi @maartenvanderhoef thanks for the ticket. I agree that it would be nice to have some sort of automated code review process built in to Atlantis but I'm not sure the best way to approach it. While I do see Atlantis being able to help with this at some point, it seems far off because I'm focused on getting the main workflow piece working smoothly for everyone. I think for now, I'd recommend using the |
That's fine.. enough on your list. For now I've fixed with it an extra run step after the plan. It will probably get annoying after a while..
|
* draft * pass context/fields thru * fix tests
Hi! In an environment where any developer can create tf code. Would it be an idea to create warnings which stand out for [https://www.terraform.io/docs/providers/aws/r/iam_policy_attachment.html] iam_policy_attachment ? When applied wrongfully it can be quite disruptive, and it's easy to overlook when reviewing.
The text was updated successfully, but these errors were encountered: