@@ -110,6 +110,7 @@ func TestServerGetProviderSchema(t *testing.T) {
110110 ResourceSchemas : map [string ]* tfprotov5.Schema {},
111111 ServerCapabilities : & tfprotov5.ServerCapabilities {
112112 GetProviderSchemaOptional : true ,
113+ MoveResourceState : true ,
113114 PlanDestroy : true ,
114115 },
115116 },
@@ -176,6 +177,7 @@ func TestServerGetProviderSchema(t *testing.T) {
176177 ResourceSchemas : map [string ]* tfprotov5.Schema {},
177178 ServerCapabilities : & tfprotov5.ServerCapabilities {
178179 GetProviderSchemaOptional : true ,
180+ MoveResourceState : true ,
179181 PlanDestroy : true ,
180182 },
181183 },
@@ -216,6 +218,7 @@ func TestServerGetProviderSchema(t *testing.T) {
216218 ResourceSchemas : map [string ]* tfprotov5.Schema {},
217219 ServerCapabilities : & tfprotov5.ServerCapabilities {
218220 GetProviderSchemaOptional : true ,
221+ MoveResourceState : true ,
219222 PlanDestroy : true ,
220223 },
221224 },
@@ -278,6 +281,7 @@ func TestServerGetProviderSchema(t *testing.T) {
278281 ResourceSchemas : map [string ]* tfprotov5.Schema {},
279282 ServerCapabilities : & tfprotov5.ServerCapabilities {
280283 GetProviderSchemaOptional : true ,
284+ MoveResourceState : true ,
281285 PlanDestroy : true ,
282286 },
283287 },
@@ -336,6 +340,7 @@ func TestServerGetProviderSchema(t *testing.T) {
336340 ResourceSchemas : map [string ]* tfprotov5.Schema {},
337341 ServerCapabilities : & tfprotov5.ServerCapabilities {
338342 GetProviderSchemaOptional : true ,
343+ MoveResourceState : true ,
339344 PlanDestroy : true ,
340345 },
341346 },
@@ -376,6 +381,7 @@ func TestServerGetProviderSchema(t *testing.T) {
376381 ResourceSchemas : map [string ]* tfprotov5.Schema {},
377382 ServerCapabilities : & tfprotov5.ServerCapabilities {
378383 GetProviderSchemaOptional : true ,
384+ MoveResourceState : true ,
379385 PlanDestroy : true ,
380386 },
381387 },
@@ -414,6 +420,7 @@ func TestServerGetProviderSchema(t *testing.T) {
414420 ResourceSchemas : map [string ]* tfprotov5.Schema {},
415421 ServerCapabilities : & tfprotov5.ServerCapabilities {
416422 GetProviderSchemaOptional : true ,
423+ MoveResourceState : true ,
417424 PlanDestroy : true ,
418425 },
419426 },
@@ -456,6 +463,7 @@ func TestServerGetProviderSchema(t *testing.T) {
456463 ResourceSchemas : map [string ]* tfprotov5.Schema {},
457464 ServerCapabilities : & tfprotov5.ServerCapabilities {
458465 GetProviderSchemaOptional : true ,
466+ MoveResourceState : true ,
459467 PlanDestroy : true ,
460468 },
461469 },
@@ -536,6 +544,7 @@ func TestServerGetProviderSchema(t *testing.T) {
536544 },
537545 ServerCapabilities : & tfprotov5.ServerCapabilities {
538546 GetProviderSchemaOptional : true ,
547+ MoveResourceState : true ,
539548 PlanDestroy : true ,
540549 },
541550 },
@@ -602,6 +611,7 @@ func TestServerGetProviderSchema(t *testing.T) {
602611 ResourceSchemas : map [string ]* tfprotov5.Schema {},
603612 ServerCapabilities : & tfprotov5.ServerCapabilities {
604613 GetProviderSchemaOptional : true ,
614+ MoveResourceState : true ,
605615 PlanDestroy : true ,
606616 },
607617 },
@@ -642,6 +652,7 @@ func TestServerGetProviderSchema(t *testing.T) {
642652 ResourceSchemas : map [string ]* tfprotov5.Schema {},
643653 ServerCapabilities : & tfprotov5.ServerCapabilities {
644654 GetProviderSchemaOptional : true ,
655+ MoveResourceState : true ,
645656 PlanDestroy : true ,
646657 },
647658 },
0 commit comments