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