We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f6fedf commit 5ce3a3fCopy full SHA for 5ce3a3f
README.md
@@ -45,7 +45,7 @@ The Terraform Plugin Framework has a great set of per-value type validator inter
45
as some validations need not be aware of type, or may benefit from being applicable to multiple types.
46
47
To facilitate this, I have created a few that I have found useful when creating my own providers, and defined a
48
-small wrapper to make creating new validators as simple as [defining a function](validation/validators.go#19).
+small wrapper to make creating new validators as simple as [defining a function](validation/validators.go#L20).
49
50
## Provided Validators
51
0 commit comments