Setting incident_urgency_rule as optional (#12211)

This commit is contained in:
Alexander 2017-02-23 20:35:45 +01:00 committed by Paul Stack
parent 9f826dcdab
commit e72ac9f279
1 changed files with 1 additions and 1 deletions

View File

@ -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": {