@@ -561,7 +561,8 @@ func TestListAttributeValidateImplementation(t *testing.T) {
561561 "Invalid Attribute Implementation" ,
562562 "When validating the schema, an implementation issue was found. " +
563563 "This is always an issue with the provider and should be reported to the provider developers.\n \n " +
564- "\" test\" contains an Attribute type that is not allowed for Resource Identity. " ,
564+ "\" test\" contains an Attribute of type \" basetypes.DynamicType\" that is not allowed for Lists in Resource Identity. " +
565+ "Lists in Resource Identity may only have primitive element types such as Bool, Int, Float, Number and String." ,
565566 ),
566567 },
567568 },
@@ -581,7 +582,8 @@ func TestListAttributeValidateImplementation(t *testing.T) {
581582 "Invalid Attribute Implementation" ,
582583 "When validating the schema, an implementation issue was found. " +
583584 "This is always an issue with the provider and should be reported to the provider developers.\n \n " +
584- "\" test\" contains an Attribute type that is not allowed for Resource Identity. " ,
585+ "\" test\" contains an Attribute of type \" types.ObjectType[]\" that is not allowed for Lists in Resource Identity. " +
586+ "Lists in Resource Identity may only have primitive element types such as Bool, Int, Float, Number and String." ,
585587 ),
586588 },
587589 },
@@ -601,7 +603,8 @@ func TestListAttributeValidateImplementation(t *testing.T) {
601603 "Invalid Attribute Implementation" ,
602604 "When validating the schema, an implementation issue was found. " +
603605 "This is always an issue with the provider and should be reported to the provider developers.\n \n " +
604- "\" test\" contains an Attribute type that is not allowed for Resource Identity. " ,
606+ "\" test\" contains an Attribute of type \" types.MapType[!!! MISSING TYPE !!!]\" that is not allowed for Lists in Resource Identity. " +
607+ "Lists in Resource Identity may only have primitive element types such as Bool, Int, Float, Number and String." ,
605608 ),
606609 },
607610 },
0 commit comments