From 960553e18be4f3b8e4567bef5e8bd15af37487cc Mon Sep 17 00:00:00 2001 From: James Bardin Date: Thu, 21 Jun 2018 15:03:26 -0400 Subject: [PATCH] rename UpgradedState --- providers/provider.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/providers/provider.go b/providers/provider.go index 09e28956c..5542fea89 100644 --- a/providers/provider.go +++ b/providers/provider.go @@ -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