-
Notifications
You must be signed in to change notification settings - Fork 9.6k
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
Terraform Plan hides key unchanged attributes #30811
Comments
This is definitely the same issue, and summed up better in 30753. Please feel free to close and reference |
Done! Be sure to go upvote that other issue, using the 👍 on the issue description. Thanks! |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. |
Terraform Version
Terraform Configuration Files
Debug Output
N/A
Expected Behavior
Terraform output shows the role of the elements being changed
Actual Behavior
Terraform output hides the role of the element being changed.
Steps to Reproduce
Create a google iam policy (authoritative binding). Make a change outside of terraform, or make a change inside of terraform.
Role is hidden
Additional Context
Terraform is running via atlantis, or locally.
This bug makes it nearly impossible for me to reconcile my terraform plan with changes made outside of terraform, and makes it difficult to identify what is being changed in a plan with just the output of
terraform plan
The text was updated successfully, but these errors were encountered: