Skip to content

Commit 01eb778

Browse files
author
Paddy
authored
Merge pull request #14 from hashicorp/kmoe-upgradedstate
correct type in UpgradeResourceStateResponse
2 parents f1d26a2 + 76ac830 commit 01eb778

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)