-
Notifications
You must be signed in to change notification settings - Fork 381
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
Updates to monitors outside terraform breaks plan/apply #31
Comments
I got the same error... this patch zorkian/go-datadog-api#129 may fix this problem. |
I'm hitting an issue with this to. If
This happens on btw, hi @jdpaton! Hope things are going well :) |
+1 |
Heads up; I've just merged zorkian/go-datadog-api#129. |
FYI: Merge has been included in release https://github.com/zorkian/go-datadog-api/releases/tag/v2.6 |
Update our vendored version of gopkg.in/zorkian/go-datadog-api.v2 to use the version 2.6 release, which has the fix we need for #31.
Fixed in #34 , I'll cut release 1.0.1 of this provider shortly |
Running |
Update our vendored version of gopkg.in/zorkian/go-datadog-api.v2 to use the version 2.6 release, which has the fix we need for DataDog#31.
Terraform Version
Terraform v0.9.11
Affected Resource(s)
Please list the resources as a list, for example:
Expected Behavior
After a monitor was manually updated in the datadog web UI, its parameters should have been overwritten by any terraform apply.
Actual Behavior
It failed at the plan stage on a null reference.
Steps to Reproduce
Please list the steps required to reproduce the issue, for example:
The text was updated successfully, but these errors were encountered: