Skip to content

Commit

Permalink
remove ForceNew attribute from site rule actions.type (#193)
Browse files Browse the repository at this point in the history
* remove ForceNew attribute from site rule actions.type

* add ForceNew to site rule type
  • Loading branch information
shawnps authored Jul 19, 2023
1 parent 215cbba commit 8b5e241
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 @@ -21,6 +21,7 @@ func resourceSiteRule() *schema.Resource {
Type: schema.TypeString,
Description: "Type of rule (request, signal, rateLimit)",
Required: true,
ForceNew: true,
},
"group_operator": {
Type: schema.TypeString,
Expand Down Expand Up @@ -64,7 +65,6 @@ func resourceSiteRule() *schema.Resource {
Type: schema.TypeString,
Description: "(block, allow, excludeSignal, addSignal) (rateLimit rule valid values: logRequest, blockSignal)",
Required: true,
ForceNew: true,
},
"signal": {
Type: schema.TypeString,
Expand Down

0 comments on commit 8b5e241

Please sign in to comment.