Skip to content

Commit

Permalink
fixing bug with ruleset_rule suppress
Browse files Browse the repository at this point in the history
  • Loading branch information
Scott McAllister committed Apr 17, 2020
1 parent 942c4aa commit ff10951
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pagerduty/resource_pagerduty_ruleset_rule.go
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ func resourcePagerDutyRulesetRule() *schema.Resource {
Elem: &schema.Resource{
Schema: map[string]*schema.Schema{
"value": {
Type: schema.TypeString,
Type: schema.TypeBool,
Optional: true,
},
"threshold_value": {
Expand Down

0 comments on commit ff10951

Please sign in to comment.