DataDog / terraform-provider-datadog

Terraform Datadog provider
https://www.terraform.io/docs/providers/datadog/
Mozilla Public License 2.0
399 stars 375 forks source link

More flexibility in writing recurring_schedule.recurrence.duration #2405

Open gold-kou opened 4 months ago

gold-kou commented 4 months ago

What resources or data sources are affected?

datadog_downtime_schedule

Feature Request

In the current rule, to set seven and a half hours in duration, I have to write 450m . However, using 7.5h or 7h30m would feel more natural to me.

ref. https://registry.terraform.io/providers/DataDog/datadog/latest/docs/resources/downtime_schedule#duration

References

No response