grafana / terraform-provider-grafana

Terraform Grafana provider
https://www.terraform.io/docs/providers/grafana/
Mozilla Public License 2.0
436 stars 229 forks source link

[Feature Request]: Add `until` parameter to Grafana OnCall shifts #1821

Closed maltelehmann closed 1 month ago

maltelehmann commented 1 month ago

Feature Request

Feature Reqeust

The Grafana OnCall shift API allows to set the parameter until. This parameter is not available for the Terraform grafana_oncall_on_call_shift resource and it would be helpful to have it available.

Use Case

Users want to manage their OnCall schedules using Terraform. Some shifts are rather "special" due to organizational constraints making it necessary to terminate shifts and start shifts with different properties. For example, rolling users change at some point due to people leaving or being absent for parental leave.

maltelehmann commented 1 month ago

fixed with https://github.com/grafana/terraform-provider-grafana/pull/1830