-
Notifications
You must be signed in to change notification settings - Fork 393
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
datadog_monitor - Removal of 'silenced' resource argument has no practical effect #41
Comments
If you don't want to use the web interface, another workaround is to set the silenced timestamp to some (non-zero) timestamp in the past. |
It seems an explicit call to the |
I wanted to make a comment that when this release was shipped (1.6.0) many of our monitors for which we were managing downtimes manually through the UI (required since the "silenced" argument wasn't working) suddenly were un-muted. I know this was an unintended consequence but it's causing us some difficulties as all of our manually managed downtimes were suddenly removed. Furthermore some monitors started failing to apply as they received a 400 response from Datadog (along the lines of a monitor already being unmuted). |
Terraform Version
Affected Resource(s)
datadog_monitor
Terraform Configuration Files
Start with something like this:
then remove the
silenced
argument:Expected Behavior
Actual Behavior
Terraform appears to remove the silence but this never actually happens:
Subsequent
terraform plan
invocations show the resources as out-of-sync, and subsequentterraform apply
invocations end in the same result.Workaround:
Steps to Reproduce
The text was updated successfully, but these errors were encountered: