Skip to content

Commit

Permalink
Merge pull request #18 from dheeruk12/main
Browse files Browse the repository at this point in the history
add support for never ending schedules.
  • Loading branch information
vishwa-zenduty authored Sep 12, 2024
2 parents e84aabe + daf3049 commit 51e27d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zenduty/resource_schedules.go
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ func resourceSchedules() *schema.Resource {
},
"rotation_end_time": {
Type: schema.TypeString,
Required: true,
Optional: true,
},
"users": {
Type: schema.TypeList,
Expand Down

0 comments on commit 51e27d7

Please sign in to comment.