Closed
Description
Community Note
- Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request. Searching for pre-existing feature requests helps us consolidate datapoints for identical requirements into a single place, thank you!
- Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request.
- If you are interested in working on this issue or have submitted a pull request, please leave a comment.
Overview of the Issue
PR status summary should remove Note: Objects have changed outside of Terraform
Reproduction Steps
- find repo with attributes that have changed (not terraform)
- terraform 1.3.6, aws 4.50.0
- atlantis plan
Logs
Environment details
Note: Objects have changed outside of Terraform
Terraform detected the following changes made outside of Terraform since the
last "terraform apply" which may have affected this plan:
# module.vpc.aws_eip.nat[0] has changed
! resource "aws_eip" "nat" {
# ...
# (8 unchanged attributes hidden)
}
Activity