We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7b46e6 commit a939840Copy full SHA for a939840
tfprotov5/resource.go
@@ -98,6 +98,9 @@ type UpgradeResourceStateResponse struct {
98
//
99
// The state should be represented as a tftypes.Object, with each
100
// attribute and nested block getting its own key and value.
101
+ //
102
+ // Terraform CLI 0.12 through 0.14 require the Msgpack field to be
103
+ // populated or an EOF error will be returned.
104
UpgradedState *DynamicValue
105
106
// Diagnostics report errors or warnings related to upgrading the
0 commit comments