mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
Rephrase for clarity
This commit is contained in:
parent
adebc65d95
commit
ef681e527d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user