Skip to content

Commit

Permalink
Setting incident_urgency_rule as optional (#12211)
Browse files Browse the repository at this point in the history
  • Loading branch information
heimweh authored and stack72 committed Feb 23, 2017
1 parent 9f826dc commit e72ac9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builtin/providers/pagerduty/resource_pagerduty_service.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ func resourcePagerDutyService() *schema.Resource {
},
"incident_urgency_rule": &schema.Schema{
Type: schema.TypeList,
Required: true,
Optional: true,
Elem: &schema.Resource{
Schema: map[string]*schema.Schema{
"type": {
Expand Down

0 comments on commit e72ac9f

Please sign in to comment.