-
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 show
does not do a pull of remote state
#7050
Comments
Hello! I agree that the behavior is surprising and I'm +1 for treating this like a bug, but this has been the behavior for quite some time now, so I'm going to remove the 0.7 tag here for now. The The current behavior was set by past-me in the original implementation: #2371 Not a whole lot of extra context there - I think it was just an assumption that if you had remote state configured then it would also be pulled. I think that fixing this is as |
Hi @rdgreen! Sorry for the problems here and sorry we let this languish for so long. This issue did get fixed somewhere along the line, but I don't remember now exactly where. Most recently in version 0.9.0 we removed the concept of the local state cache altogether, so the remote state file is the only instance of the data for So while I can't be sure at what point this exact issue was fixed, I can say with some certainty that it will work as expected in 0.9 and above, and so I'm going to close this out. Thanks for raising this issue! |
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. |
Affected Resource(s)
Expected Behavior
ws_ecs_cluster.default:
id = arn:aws:ecs:eu-west-1:xxxxxxxxxxx:cluster/default
name = default
Actual Behaviour
No output
Steps to Reproduce
Please list the steps required to reproduce the issue, for example:
terraform apply
terraform show
Important Factoids
tfstate is stored in S3.
References
Possibly related to #1810
The text was updated successfully, but these errors were encountered: