Skip to content

Commit

Permalink
Merge pull request #350 from drastawi/patch-1
Browse files Browse the repository at this point in the history
Set MinItems: 1 on schedule layers
  • Loading branch information
Scott McAllister authored Jun 30, 2021
2 parents 3669b4f + c2660b0 commit 7bc0d1b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pagerduty/resource_pagerduty_schedule.go
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ func resourcePagerDutySchedule() *schema.Resource {
"users": {
Type: schema.TypeList,
Required: true,
MinItems: 1,
Elem: &schema.Schema{
Type: schema.TypeString,
},
Expand Down

0 comments on commit 7bc0d1b

Please sign in to comment.