Skip to content

Commit

Permalink
fix: Default cannot be set with Required error
Browse files Browse the repository at this point in the history
  • Loading branch information
pehlicd committed Jun 10, 2024
1 parent 368d62f commit 73b69c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion keep/resource_extraction.go
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ func resourceExtraction() *schema.Resource {
},
"disabled": {
Type: schema.TypeBool,
Required: true,
Optional: true,
Default: false,
},
"regex": {
Expand Down

0 comments on commit 73b69c7

Please sign in to comment.