mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-20 11:48:24 -06:00
Document that ValidateFunc works on maps.
This commit is contained in:
parent
d5bb09b13b
commit
adebc65d95
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user