Skip to content

Commit

Permalink
Merge pull request #116 from ponkio-o/fix_site_rule_action_optional
Browse files Browse the repository at this point in the history
FIX: Changed optional attribute of actions block in `sigsci_stie_rule`
  • Loading branch information
shawnps authored Feb 20, 2023
2 parents 7dc7db4 + c9953a9 commit 76218f5
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",
Optional: true,
Required: true,
MaxItems: 2,
Elem: &schema.Resource{
Schema: map[string]*schema.Schema{
Expand Down

0 comments on commit 76218f5

Please sign in to comment.