Setting incident_urgency_rule as optional (#12211)
This commit is contained in:
parent
9f826dcdab
commit
e72ac9f279
|
@ -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": {
|
||||
|
|
Loading…
Reference in New Issue