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
(Yes, that's it.) If UpgradeResourceState.Response.UpgradedState has the JSON field, but not Msgpack. We should document this requirement in the protocol version 5 definition and/or UpgradeResourceStateResponse type.
Discovered because terraform-plugin-framework only passes through the JSON field and ignores the Msgpack in its placeholder UpgradeResourceState handling.
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.
Does this documenation exist?
Where would you expect to find this documentation?
Description
When running a protocol version 5 server via
tf5server
(or viatf6to5server
), Terraform CLI 0.12 through 0.14 return an error such as:(Yes, that's it.) If
UpgradeResourceState.Response.UpgradedState
has theJSON
field, but notMsgpack
. We should document this requirement in the protocol version 5 definition and/orUpgradeResourceStateResponse
type.Discovered because terraform-plugin-framework only passes through the
JSON
field and ignores theMsgpack
in its placeholderUpgradeResourceState
handling.References
The text was updated successfully, but these errors were encountered: