Skip to content

Commit 260b538

Browse files
authored
The API supports digitalrulesets without any rules. This should be an optional field to align with the API (#2193)
1 parent 81160dd commit 260b538

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

genesyscloud/outbound_digitalruleset/resource_genesyscloud_outbound_digitalruleset_schema.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -513,7 +513,7 @@ func ResourceOutboundDigitalruleset() *schema.Resource {
513513
},
514514
`rules`: {
515515
Description: `The list of rules.`,
516-
Required: true,
516+
Optional: true,
517517
Type: schema.TypeList,
518518
Elem: digitalRuleResource,
519519
},

0 commit comments

Comments
 (0)