Skip to content

Commit

Permalink
change rotation_end_time to optional
Browse files Browse the repository at this point in the history
  • Loading branch information
dheeruk12 committed Nov 16, 2023
1 parent 06d1a01 commit 118e0df
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 118e0df

Please sign in to comment.