Skip to content

Commit

Permalink
fixed resource schema for sigsci_site_rule
Browse files Browse the repository at this point in the history
  • Loading branch information
ponkio-o committed Dec 2, 2022
1 parent 9a98bb6 commit 7111828
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion provider/resource_site_rule.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ func resourceSiteRule() *schema.Resource {
"requestlogging": {
Type: schema.TypeString,
Description: "Indicates whether to store the logs for requests that match the rule's conditions (sampled) or not store them (none). This field is only available for request rules that have a block or allow action.",
Required: false,
Optional: true,
Default: "sampled",
},
"actions": {
Type: schema.TypeSet,
Expand Down

0 comments on commit 7111828

Please sign in to comment.