You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// setting type to cty.EmptyObject is a bit hacky here but following https://developer.hashicorp.com/terraform/plugin/framework/migrating/resources/state-upgrade#sdkv2-1 would require lots of repetitive code; this should work with cty.EmptyObject
84
-
Type: cty.EmptyObject,
85
-
Upgrade: v2_10_0_CurrentAccountStateUpgrader,
86
-
},
87
-
},
78
+
//SchemaVersion: 1,
79
+
//StateUpgraders: []schema.StateUpgrader{
80
+
// {
81
+
// Version: 0,
82
+
// // setting type to cty.EmptyObject is a bit hacky here but following https://developer.hashicorp.com/terraform/plugin/framework/migrating/resources/state-upgrade#sdkv2-1 would require lots of repetitive code; this should work with cty.EmptyObject
0 commit comments