rename UpgradedState

This commit is contained in:
James Bardin 2018-06-21 15:03:26 -04:00 committed by Martin Atkins
parent 6a1b57a1e4
commit 960553e18b
1 changed files with 2 additions and 2 deletions

View File

@ -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