-
Notifications
You must be signed in to change notification settings - Fork 387
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't apply a monitor after setting a silence from the UI: is already unmuted
#181
Comments
So the referenced commit fixed an issue where removing the The issue with calling the The proper solution is calling the Fixing this is not hard, but it will require a fix in the go-datadog-api library first, since that doesn't support attaching JSON payloads to calls to the |
So in addition to the above, we should:
[1] https://www.terraform.io/docs/providers/datadog/r/downtime.html#monitor_id |
Fix and provide better docs for (un)muting monitors. Fixes #181
Fix and provide better docs for (un)muting monitors. Fixes DataDog#181
Terraform Version
Affected Resource(s)
Terraform Configuration Files
Debug Output
N/A
Panic Output
N/A
Expected Behavior
When adding a manual downtime via the UI on one of the groups:
This happens:
Actual Behavior
Steps to Reproduce
terraform apply
a grouped by monitorterraform apply
againImportant Factoids
Reverting 17eea5f fixes the issue.
The text was updated successfully, but these errors were encountered: