You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
+1 to this issue. We are seeing the same thing in our project.
We use a local variable that updates the downtime schedule start time which causes this exact same issue where the resource fails due because a downtime cannot be updated while in progress.
Datadog Terraform Provider Version
v3.52.1
Terraform Version
v1.10.5
What resources or data sources are affected?
datadog_downtime_schedule
Terraform Configuration Files
Relevant debug or panic output
When start and end time changes while the downtime is active, if we try to change the start time we'll have the following error message:
Expected Behavior
Trigger a replacement.
A replacement may cause issue in some context where replacement is not desired. May be an option to enable replacement for this field.
Actual Behavior
Fails with a 400 error.
Steps to Reproduce
terraform apply
terraform apply
Important Factoids
No response
References
No response
The text was updated successfully, but these errors were encountered: