Skip to content

Commit

Permalink
Fix incorrect type used for Validators field (#593)
Browse files Browse the repository at this point in the history
Co-authored-by: Benjamin Bennett <ben.bennett@hashicorp.com>
  • Loading branch information
k-yomo and bendbennett committed Dec 19, 2022
1 parent 92fcdb0 commit 88e1c5b
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -122,7 +122,7 @@ schema.Schema{
"example_block_attribute_two": schema.StringAttribute{
/* ... */
},
Validators: validator.List{
Validators: []validator.List{
listvalidator.SizeAtMost(1),
},
```

0 comments on commit 88e1c5b

Please sign in to comment.