mirror of
https://github.com/opentofu/opentofu.git
synced 2024-12-28 01:41:48 -06:00
rename UpgradedState
This commit is contained in:
parent
6a1b57a1e4
commit
960553e18b
@ -141,8 +141,8 @@ type UpgradeResourceStateRequest struct {
|
|||||||
}
|
}
|
||||||
|
|
||||||
type UpgradeResourceStateResponse struct {
|
type UpgradeResourceStateResponse struct {
|
||||||
// State is the newly upgraded resource state.
|
// UpgradedState is the newly upgraded resource state.
|
||||||
State cty.Value
|
UpgradedState cty.Value
|
||||||
|
|
||||||
// Diagnostics contains any warnings or errors from the method call.
|
// Diagnostics contains any warnings or errors from the method call.
|
||||||
Diagnostics tfdiags.Diagnostics
|
Diagnostics tfdiags.Diagnostics
|
||||||
|
Loading…
Reference in New Issue
Block a user