Skip to content

Commit

Permalink
set actions as optional on site rule so templated rules can be created (
Browse files Browse the repository at this point in the history
  • Loading branch information
shawnps authored Mar 13, 2023
1 parent 3dc6e65 commit 504be25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion provider/resource_site_rule.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ func resourceSiteRule() *schema.Resource {
"actions": {
Type: schema.TypeSet,
Description: "Actions",
Required: true,
Optional: true,
MaxItems: 2,
Elem: &schema.Resource{
Schema: map[string]*schema.Schema{
Expand Down

0 comments on commit 504be25

Please sign in to comment.