Skip to content

Commit

Permalink
Remove unused email param from time_range (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
agbaber authored Apr 5, 2022
1 parent 30d892d commit 9a69578
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/resources/time_range.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ and delete time ranges from a manager.
resource "hirefire_time_range" "my_time_range" {
manager_id = hirefire_manager.my_manager.id
email = "[email protected]"
from_minute = 415 // 06:55
until_minute = 435 // 07:15
minimum = 5
Expand Down

0 comments on commit 9a69578

Please sign in to comment.