@@ -107,6 +107,7 @@ func TestServerGetProviderSchema(t *testing.T) {
107
107
},
108
108
EphemeralResourceSchemas : map [string ]* tfprotov5.Schema {},
109
109
Functions : map [string ]* tfprotov5.Function {},
110
+ ListResourceSchemas : map [string ]* tfprotov5.Schema {},
110
111
Provider : & tfprotov5.Schema {
111
112
Block : & tfprotov5.SchemaBlock {},
112
113
},
@@ -163,8 +164,7 @@ func TestServerGetProviderSchema(t *testing.T) {
163
164
},
164
165
request : & tfprotov5.GetProviderSchemaRequest {},
165
166
expectedResponse : & tfprotov5.GetProviderSchemaResponse {
166
- DataSourceSchemas : map [string ]* tfprotov5.Schema {},
167
- EphemeralResourceSchemas : map [string ]* tfprotov5.Schema {},
167
+ DataSourceSchemas : map [string ]* tfprotov5.Schema {},
168
168
Diagnostics : []* tfprotov5.Diagnostic {
169
169
{
170
170
Severity : tfprotov5 .DiagnosticSeverityError ,
@@ -174,7 +174,9 @@ func TestServerGetProviderSchema(t *testing.T) {
174
174
"This is always an issue with the provider and should be reported to the provider developers." ,
175
175
},
176
176
},
177
- Functions : map [string ]* tfprotov5.Function {},
177
+ EphemeralResourceSchemas : map [string ]* tfprotov5.Schema {},
178
+ Functions : map [string ]* tfprotov5.Function {},
179
+ ListResourceSchemas : map [string ]* tfprotov5.Schema {},
178
180
Provider : & tfprotov5.Schema {
179
181
Block : & tfprotov5.SchemaBlock {},
180
182
},
@@ -206,8 +208,7 @@ func TestServerGetProviderSchema(t *testing.T) {
206
208
},
207
209
request : & tfprotov5.GetProviderSchemaRequest {},
208
210
expectedResponse : & tfprotov5.GetProviderSchemaResponse {
209
- DataSourceSchemas : map [string ]* tfprotov5.Schema {},
210
- EphemeralResourceSchemas : map [string ]* tfprotov5.Schema {},
211
+ DataSourceSchemas : map [string ]* tfprotov5.Schema {},
211
212
Diagnostics : []* tfprotov5.Diagnostic {
212
213
{
213
214
Severity : tfprotov5 .DiagnosticSeverityError ,
@@ -216,7 +217,9 @@ func TestServerGetProviderSchema(t *testing.T) {
216
217
"This is always an issue with the provider and should be reported to the provider developers." ,
217
218
},
218
219
},
219
- Functions : map [string ]* tfprotov5.Function {},
220
+ EphemeralResourceSchemas : map [string ]* tfprotov5.Schema {},
221
+ Functions : map [string ]* tfprotov5.Function {},
222
+ ListResourceSchemas : map [string ]* tfprotov5.Schema {},
220
223
Provider : & tfprotov5.Schema {
221
224
Block : & tfprotov5.SchemaBlock {},
222
225
},
@@ -298,7 +301,8 @@ func TestServerGetProviderSchema(t *testing.T) {
298
301
},
299
302
},
300
303
},
301
- Functions : map [string ]* tfprotov5.Function {},
304
+ Functions : map [string ]* tfprotov5.Function {},
305
+ ListResourceSchemas : map [string ]* tfprotov5.Schema {},
302
306
Provider : & tfprotov5.Schema {
303
307
Block : & tfprotov5.SchemaBlock {},
304
308
},
@@ -355,8 +359,7 @@ func TestServerGetProviderSchema(t *testing.T) {
355
359
},
356
360
request : & tfprotov5.GetProviderSchemaRequest {},
357
361
expectedResponse : & tfprotov5.GetProviderSchemaResponse {
358
- DataSourceSchemas : map [string ]* tfprotov5.Schema {},
359
- EphemeralResourceSchemas : map [string ]* tfprotov5.Schema {},
362
+ DataSourceSchemas : map [string ]* tfprotov5.Schema {},
360
363
Diagnostics : []* tfprotov5.Diagnostic {
361
364
{
362
365
Severity : tfprotov5 .DiagnosticSeverityError ,
@@ -366,7 +369,9 @@ func TestServerGetProviderSchema(t *testing.T) {
366
369
"This is always an issue with the provider and should be reported to the provider developers." ,
367
370
},
368
371
},
369
- Functions : map [string ]* tfprotov5.Function {},
372
+ Functions : map [string ]* tfprotov5.Function {},
373
+ EphemeralResourceSchemas : map [string ]* tfprotov5.Schema {},
374
+ ListResourceSchemas : map [string ]* tfprotov5.Schema {},
370
375
Provider : & tfprotov5.Schema {
371
376
Block : & tfprotov5.SchemaBlock {},
372
377
},
@@ -398,8 +403,7 @@ func TestServerGetProviderSchema(t *testing.T) {
398
403
},
399
404
request : & tfprotov5.GetProviderSchemaRequest {},
400
405
expectedResponse : & tfprotov5.GetProviderSchemaResponse {
401
- DataSourceSchemas : map [string ]* tfprotov5.Schema {},
402
- EphemeralResourceSchemas : map [string ]* tfprotov5.Schema {},
406
+ DataSourceSchemas : map [string ]* tfprotov5.Schema {},
403
407
Diagnostics : []* tfprotov5.Diagnostic {
404
408
{
405
409
Severity : tfprotov5 .DiagnosticSeverityError ,
@@ -408,7 +412,9 @@ func TestServerGetProviderSchema(t *testing.T) {
408
412
"This is always an issue with the provider and should be reported to the provider developers." ,
409
413
},
410
414
},
411
- Functions : map [string ]* tfprotov5.Function {},
415
+ EphemeralResourceSchemas : map [string ]* tfprotov5.Schema {},
416
+ Functions : map [string ]* tfprotov5.Function {},
417
+ ListResourceSchemas : map [string ]* tfprotov5.Schema {},
412
418
Provider : & tfprotov5.Schema {
413
419
Block : & tfprotov5.SchemaBlock {},
414
420
},
@@ -473,6 +479,7 @@ func TestServerGetProviderSchema(t *testing.T) {
473
479
},
474
480
},
475
481
},
482
+ ListResourceSchemas : map [string ]* tfprotov5.Schema {},
476
483
Provider : & tfprotov5.Schema {
477
484
Block : & tfprotov5.SchemaBlock {},
478
485
},
@@ -521,8 +528,7 @@ func TestServerGetProviderSchema(t *testing.T) {
521
528
},
522
529
request : & tfprotov5.GetProviderSchemaRequest {},
523
530
expectedResponse : & tfprotov5.GetProviderSchemaResponse {
524
- DataSourceSchemas : map [string ]* tfprotov5.Schema {},
525
- EphemeralResourceSchemas : map [string ]* tfprotov5.Schema {},
531
+ DataSourceSchemas : map [string ]* tfprotov5.Schema {},
526
532
Diagnostics : []* tfprotov5.Diagnostic {
527
533
{
528
534
Severity : tfprotov5 .DiagnosticSeverityError ,
@@ -532,7 +538,9 @@ func TestServerGetProviderSchema(t *testing.T) {
532
538
"This is always an issue with the provider and should be reported to the provider developers." ,
533
539
},
534
540
},
535
- Functions : map [string ]* tfprotov5.Function {},
541
+ EphemeralResourceSchemas : map [string ]* tfprotov5.Schema {},
542
+ Functions : map [string ]* tfprotov5.Function {},
543
+ ListResourceSchemas : map [string ]* tfprotov5.Schema {},
536
544
Provider : & tfprotov5.Schema {
537
545
Block : & tfprotov5.SchemaBlock {},
538
546
},
@@ -564,8 +572,7 @@ func TestServerGetProviderSchema(t *testing.T) {
564
572
},
565
573
request : & tfprotov5.GetProviderSchemaRequest {},
566
574
expectedResponse : & tfprotov5.GetProviderSchemaResponse {
567
- DataSourceSchemas : map [string ]* tfprotov5.Schema {},
568
- EphemeralResourceSchemas : map [string ]* tfprotov5.Schema {},
575
+ DataSourceSchemas : map [string ]* tfprotov5.Schema {},
569
576
Diagnostics : []* tfprotov5.Diagnostic {
570
577
{
571
578
Severity : tfprotov5 .DiagnosticSeverityError ,
@@ -574,7 +581,9 @@ func TestServerGetProviderSchema(t *testing.T) {
574
581
"This is always an issue with the provider and should be reported to the provider developers." ,
575
582
},
576
583
},
577
- Functions : map [string ]* tfprotov5.Function {},
584
+ EphemeralResourceSchemas : map [string ]* tfprotov5.Schema {},
585
+ Functions : map [string ]* tfprotov5.Function {},
586
+ ListResourceSchemas : map [string ]* tfprotov5.Schema {},
578
587
Provider : & tfprotov5.Schema {
579
588
Block : & tfprotov5.SchemaBlock {},
580
589
},
@@ -607,6 +616,7 @@ func TestServerGetProviderSchema(t *testing.T) {
607
616
DataSourceSchemas : map [string ]* tfprotov5.Schema {},
608
617
EphemeralResourceSchemas : map [string ]* tfprotov5.Schema {},
609
618
Functions : map [string ]* tfprotov5.Function {},
619
+ ListResourceSchemas : map [string ]* tfprotov5.Schema {},
610
620
Provider : & tfprotov5.Schema {
611
621
Block : & tfprotov5.SchemaBlock {
612
622
Attributes : []* tfprotov5.SchemaAttribute {
@@ -648,6 +658,7 @@ func TestServerGetProviderSchema(t *testing.T) {
648
658
DataSourceSchemas : map [string ]* tfprotov5.Schema {},
649
659
EphemeralResourceSchemas : map [string ]* tfprotov5.Schema {},
650
660
Functions : map [string ]* tfprotov5.Function {},
661
+ ListResourceSchemas : map [string ]* tfprotov5.Schema {},
651
662
Provider : & tfprotov5.Schema {
652
663
Block : & tfprotov5.SchemaBlock {},
653
664
},
@@ -718,6 +729,7 @@ func TestServerGetProviderSchema(t *testing.T) {
718
729
DataSourceSchemas : map [string ]* tfprotov5.Schema {},
719
730
EphemeralResourceSchemas : map [string ]* tfprotov5.Schema {},
720
731
Functions : map [string ]* tfprotov5.Function {},
732
+ ListResourceSchemas : map [string ]* tfprotov5.Schema {},
721
733
Provider : & tfprotov5.Schema {
722
734
Block : & tfprotov5.SchemaBlock {},
723
735
},
@@ -797,8 +809,7 @@ func TestServerGetProviderSchema(t *testing.T) {
797
809
},
798
810
request : & tfprotov5.GetProviderSchemaRequest {},
799
811
expectedResponse : & tfprotov5.GetProviderSchemaResponse {
800
- DataSourceSchemas : map [string ]* tfprotov5.Schema {},
801
- EphemeralResourceSchemas : map [string ]* tfprotov5.Schema {},
812
+ DataSourceSchemas : map [string ]* tfprotov5.Schema {},
802
813
Diagnostics : []* tfprotov5.Diagnostic {
803
814
{
804
815
Severity : tfprotov5 .DiagnosticSeverityError ,
@@ -808,7 +819,9 @@ func TestServerGetProviderSchema(t *testing.T) {
808
819
"This is always an issue with the provider and should be reported to the provider developers." ,
809
820
},
810
821
},
811
- Functions : map [string ]* tfprotov5.Function {},
822
+ EphemeralResourceSchemas : map [string ]* tfprotov5.Schema {},
823
+ Functions : map [string ]* tfprotov5.Function {},
824
+ ListResourceSchemas : map [string ]* tfprotov5.Schema {},
812
825
Provider : & tfprotov5.Schema {
813
826
Block : & tfprotov5.SchemaBlock {},
814
827
},
@@ -840,8 +853,7 @@ func TestServerGetProviderSchema(t *testing.T) {
840
853
},
841
854
request : & tfprotov5.GetProviderSchemaRequest {},
842
855
expectedResponse : & tfprotov5.GetProviderSchemaResponse {
843
- DataSourceSchemas : map [string ]* tfprotov5.Schema {},
844
- EphemeralResourceSchemas : map [string ]* tfprotov5.Schema {},
856
+ DataSourceSchemas : map [string ]* tfprotov5.Schema {},
845
857
Diagnostics : []* tfprotov5.Diagnostic {
846
858
{
847
859
Severity : tfprotov5 .DiagnosticSeverityError ,
@@ -850,7 +862,9 @@ func TestServerGetProviderSchema(t *testing.T) {
850
862
"This is always an issue with the provider and should be reported to the provider developers." ,
851
863
},
852
864
},
853
- Functions : map [string ]* tfprotov5.Function {},
865
+ EphemeralResourceSchemas : map [string ]* tfprotov5.Schema {},
866
+ Functions : map [string ]* tfprotov5.Function {},
867
+ ListResourceSchemas : map [string ]* tfprotov5.Schema {},
854
868
Provider : & tfprotov5.Schema {
855
869
Block : & tfprotov5.SchemaBlock {},
856
870
},
0 commit comments