@@ -110,6 +110,7 @@ func TestServerGetProviderSchema(t *testing.T) {
110
110
ResourceSchemas : map [string ]* tfprotov5.Schema {},
111
111
ServerCapabilities : & tfprotov5.ServerCapabilities {
112
112
GetProviderSchemaOptional : true ,
113
+ MoveResourceState : true ,
113
114
PlanDestroy : true ,
114
115
},
115
116
},
@@ -176,6 +177,7 @@ func TestServerGetProviderSchema(t *testing.T) {
176
177
ResourceSchemas : map [string ]* tfprotov5.Schema {},
177
178
ServerCapabilities : & tfprotov5.ServerCapabilities {
178
179
GetProviderSchemaOptional : true ,
180
+ MoveResourceState : true ,
179
181
PlanDestroy : true ,
180
182
},
181
183
},
@@ -216,6 +218,7 @@ func TestServerGetProviderSchema(t *testing.T) {
216
218
ResourceSchemas : map [string ]* tfprotov5.Schema {},
217
219
ServerCapabilities : & tfprotov5.ServerCapabilities {
218
220
GetProviderSchemaOptional : true ,
221
+ MoveResourceState : true ,
219
222
PlanDestroy : true ,
220
223
},
221
224
},
@@ -278,6 +281,7 @@ func TestServerGetProviderSchema(t *testing.T) {
278
281
ResourceSchemas : map [string ]* tfprotov5.Schema {},
279
282
ServerCapabilities : & tfprotov5.ServerCapabilities {
280
283
GetProviderSchemaOptional : true ,
284
+ MoveResourceState : true ,
281
285
PlanDestroy : true ,
282
286
},
283
287
},
@@ -336,6 +340,7 @@ func TestServerGetProviderSchema(t *testing.T) {
336
340
ResourceSchemas : map [string ]* tfprotov5.Schema {},
337
341
ServerCapabilities : & tfprotov5.ServerCapabilities {
338
342
GetProviderSchemaOptional : true ,
343
+ MoveResourceState : true ,
339
344
PlanDestroy : true ,
340
345
},
341
346
},
@@ -376,6 +381,7 @@ func TestServerGetProviderSchema(t *testing.T) {
376
381
ResourceSchemas : map [string ]* tfprotov5.Schema {},
377
382
ServerCapabilities : & tfprotov5.ServerCapabilities {
378
383
GetProviderSchemaOptional : true ,
384
+ MoveResourceState : true ,
379
385
PlanDestroy : true ,
380
386
},
381
387
},
@@ -414,6 +420,7 @@ func TestServerGetProviderSchema(t *testing.T) {
414
420
ResourceSchemas : map [string ]* tfprotov5.Schema {},
415
421
ServerCapabilities : & tfprotov5.ServerCapabilities {
416
422
GetProviderSchemaOptional : true ,
423
+ MoveResourceState : true ,
417
424
PlanDestroy : true ,
418
425
},
419
426
},
@@ -456,6 +463,7 @@ func TestServerGetProviderSchema(t *testing.T) {
456
463
ResourceSchemas : map [string ]* tfprotov5.Schema {},
457
464
ServerCapabilities : & tfprotov5.ServerCapabilities {
458
465
GetProviderSchemaOptional : true ,
466
+ MoveResourceState : true ,
459
467
PlanDestroy : true ,
460
468
},
461
469
},
@@ -536,6 +544,7 @@ func TestServerGetProviderSchema(t *testing.T) {
536
544
},
537
545
ServerCapabilities : & tfprotov5.ServerCapabilities {
538
546
GetProviderSchemaOptional : true ,
547
+ MoveResourceState : true ,
539
548
PlanDestroy : true ,
540
549
},
541
550
},
@@ -602,6 +611,7 @@ func TestServerGetProviderSchema(t *testing.T) {
602
611
ResourceSchemas : map [string ]* tfprotov5.Schema {},
603
612
ServerCapabilities : & tfprotov5.ServerCapabilities {
604
613
GetProviderSchemaOptional : true ,
614
+ MoveResourceState : true ,
605
615
PlanDestroy : true ,
606
616
},
607
617
},
@@ -642,6 +652,7 @@ func TestServerGetProviderSchema(t *testing.T) {
642
652
ResourceSchemas : map [string ]* tfprotov5.Schema {},
643
653
ServerCapabilities : & tfprotov5.ServerCapabilities {
644
654
GetProviderSchemaOptional : true ,
655
+ MoveResourceState : true ,
645
656
PlanDestroy : true ,
646
657
},
647
658
},
0 commit comments