diff --git a/helper/schema/schema.go b/helper/schema/schema.go index 15a82e7f76..041ee8fd1f 100644 --- a/helper/schema/schema.go +++ b/helper/schema/schema.go @@ -279,7 +279,7 @@ 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. + // ValidateFunc currently only works for primitive types and maps. ValidateFunc SchemaValidateFunc // Sensitive ensures that the attribute's value does not get displayed in