-
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
New 10m default for no_data_timeframe causes permanent diff when notify_no_data is not explicitly set #369
Comments
Oh I just discovered something, I think if you explicitly set edit: this only seems to be the case for some of my older monitors which have always had it explicitly set to false. Adding it to others seems to not work. |
Hello, it seems to come from a recent API change from Datadog side. It is true https://github.com/terraform-providers/terraform-provider-datadog/pull/212 is the (indirect) cause but this was not true when this has been implemented and merged. In my opinion, Datadog should take care of testing and updating their own official provider when they change their API (or at least communicate on these changes before to allow us to anticipate). |
When |
Also seems related to https://github.com/terraform-providers/terraform-provider-datadog/issues/383. |
Interestingly, if you set it to |
Upgrading the Datadog provider to 2.6.0 solved the issue for me. See #384 |
Hey @2rs2ts did 2.6.0 resolve the issue for you as well? |
Ok, since I can't reproduce this any more (using 2.6.0 provider version), I'm going to close this issue. Feel free to open a new issue if this still hits you. Thanks! |
Hey folks, sorry that it took me a while to reply. Was really busy. I just confirmed that I don't see this issue anymore! Thanks a bunch. |
Terraform Version
Affected Resource(s)
Please list the resources as a list, for example:
datadog_monitor
Terraform Configuration Files
Debug Output
Going to omit this if possible. I do not want to give away any sensitive info. Reproducing this should be pretty easy though.
Panic Output
N/A
Expected Behavior
Since
notify_no_data
is not set and its default is false,no_data_timeframe
should not show up on any diffs.Actual Behavior
This diff persists:
Explicitly setting
no_data_timeframe = 0
makes this diff go away.Steps to Reproduce
terraform apply
terraform plan
Important Factoids
N/A probably
References
The text was updated successfully, but these errors were encountered: