Skip to content

Commit 76ac830

Browse files
committed
correct type in UpgradeResourceStateResponse
1 parent 34080cf commit 76ac830

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tfprotov5/resource.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ type UpgradeResourceStateRequest struct {
3131
}
3232

3333
type UpgradeResourceStateResponse struct {
34-
UpgradedState *RawState
34+
UpgradedState *DynamicValue
3535
Diagnostics []*Diagnostic
3636
}
3737

0 commit comments

Comments
 (0)