Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions tfprotov5/resource.go
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,9 @@ type UpgradeResourceStateResponse struct {
//
// The state should be represented as a tftypes.Object, with each
// attribute and nested block getting its own key and value.
//
// Terraform CLI 0.12 through 0.14 require the Msgpack field to be
// populated or an EOF error will be returned.
UpgradedState *DynamicValue

// Diagnostics report errors or warnings related to upgrading the
Expand Down