diff --git a/helper/schema/schema.go b/helper/schema/schema.go index 041ee8fd1..7ae381c63 100644 --- a/helper/schema/schema.go +++ b/helper/schema/schema.go @@ -279,7 +279,8 @@ type Schema struct { // guaranteed to be of the proper Schema type, and it can yield warnings or // errors based on inspection of that value. // - // ValidateFunc currently only works for primitive types and maps. + // ValidateFunc currently only works for primitive types and TypeList / TypeSet + // of primitive type elements. ValidateFunc SchemaValidateFunc // Sensitive ensures that the attribute's value does not get displayed in