Skip to content

Commit 4f6268e

Browse files
Update internal/fwschema/diagnostics.go
Co-authored-by: Austin Valle <[email protected]>
1 parent 8a3005e commit 4f6268e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/fwschema/diagnostics.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ func AttributeInvalidElementTypeDiag(attributePath path.Path, actualType attr.Ty
7676
"Invalid Attribute Implementation",
7777
"When validating the schema, an implementation issue was found. "+
7878
"This is always an issue with the provider and should be reported to the provider developers.\n\n"+
79-
fmt.Sprintf("%q contains an Attribute of type %q that is not allowed for Lists in Resource Identity. ", attributePath, actualType)+
79+
fmt.Sprintf("%q contains an element of type %q that is not allowed for Lists in Resource Identity. ", attributePath, actualType)+
8080
"Lists in Resource Identity may only have primitive element types such as Bool, Int, Float, Number and String.",
8181
)
8282
}

0 commit comments

Comments
 (0)