-
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
v0.14-rc1 and Terraform Cloud, plan with no changes still expecting to create resources #26899
Comments
Hi @jurgenweber I suspect there is a still a data source involved here which is not behaving correctly. If the data source has no visible side-effects but is still deferred until apply, it might cause this behavior. Can you provide a configuration which reproduces this issue? We may also be able to figure out what is triggering the the change from trace logs when applying this plan. Thanks! |
Ok, my code base is pretty big so I can not really give you the whole lot. Here is a list of the current used data sources:
what I am looking for in the trace? I have not been able to find anything useful so far. I can see a bit of this though:
|
if I could get some direction on what to look for, hopefully we can pin it down? |
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. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further. |
Terraform Version
Terraform Configuration Files
...
Debug Output
Crash Output
Expected Behavior
When there are no changes, terraform should report:
Actual Behavior
Terraform reports:
Steps to Reproduce
Additional Context
I have had this issue for a long time, in v0.13, the AWS provider v3+ had a lot of problems with data sources and non deterministic ID's, etc that made sort of sudo changes. This has all been cleaned up and in v0.13.... it works now... But ude to some other errors I had to move to v0.14 and now this behaviour is back.
References
The text was updated successfully, but these errors were encountered: