mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-01-13 11:00:50 -05:00
* command/jsonstate: properly marshal deposed resources This PR addresses 2 issues: `show -json` would crash if there was not a `Current` `states.ResourceInstance` for a given resource, and `deposed` resource instances were not shown at all. Fixes #22642