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 4f3b414 commit c84fec7Copy full SHA for c84fec7
README.md
@@ -63,7 +63,11 @@ Fails validation if the attribute's value matches the user-defined regular expre
63
will attempt to convert the attribute to a string first.
64
65
```go
66
-v := validation.RegexpNotMatch("{{ your regex here }}")
+{
67
+ Validators: []tfsdk.AttributeValidator{
68
+ validation.RegexpNotMatch("{{ your regex here }}")
69
+ },
70
+}
71
```
72
73
### Length
0 commit comments