Skip to content

Commit

Permalink
Merge pull request #90 from ponkio-o/ponkio-o/fix_site_rule
Browse files Browse the repository at this point in the history
[BUG] Fixed resource schema for `requestlogging` in `sigsci_site_rule`
  • Loading branch information
shawnps authored Dec 9, 2022
2 parents 9a98bb6 + 7111828 commit b482a36
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 b482a36

Please sign in to comment.