You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note: requires latest Terraform master and Google provider recompiled to avoid the above issue.
Expected Behavior
The destroy command plan shows only real resources to destroy.
While it makes sense from an internal/state perspective that the data sources are being "destroyed", it is odd as an end user since they're just sources of data. At worst, it can be very scary because it seems to imply that the actual data source will be destroyed (even though only the cached data is of course).
Terraform <= 0.11.x didn't show this.
Actual Behavior
The destroy command plan shows data sources being destroyed.
Steps to Reproduce
Apply then destroy.
The text was updated successfully, but these errors were encountered:
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.
ghost
locked and limited conversation to collaborators
Mar 30, 2020
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Terraform Version
Terraform Configuration Files
Same config as: #19152
Note: requires latest Terraform master and Google provider recompiled to avoid the above issue.
Expected Behavior
The
destroy
command plan shows only real resources to destroy.While it makes sense from an internal/state perspective that the data sources are being "destroyed", it is odd as an end user since they're just sources of data. At worst, it can be very scary because it seems to imply that the actual data source will be destroyed (even though only the cached data is of course).
Terraform <= 0.11.x didn't show this.
Actual Behavior
The
destroy
command plan shows data sources being destroyed.Steps to Reproduce
Apply then destroy.
The text was updated successfully, but these errors were encountered: