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
Now truncate the configuration to be an empty file. terraform apply again. The output, despite no longer existing in the configuration, still exists in the output:
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
May 3, 2020
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
If I had to guess, as a consequence of #1369.
Start with a simple configuration:
Run
terraform apply
and you will see:Now truncate the configuration to be an empty file.
terraform apply
again. The output, despite no longer existing in the configuration, still exists in the output:I'd expect no outputs, since none are declared in the configuration.
The text was updated successfully, but these errors were encountered: