Thomas Hervé
Thomas Hervé
It's a configuration problem, generally it happens when you have several modules.
The provider needs to be defined inside your local source.
> ```shell > source = "terraform-provider-datadog/datadog" > ``` This needs to be `datadog/datadog`.
Hi, thanks for your report. The issue is probably that the backend reorders the thresholds somehow. Maybe we should use a set instead, I don't think order matters?
Hi, Not specifying `end` should just work. The state will be set to `0`, but it shouldn't generate a diff. Are you seeing a diff when not setting it? What's...
I think this is correct because `new_host_delay` isn't returned by the API call, so we get null from the `Get` call, which gets translated to 0, whereas we want 300...
We made some interactive tests, and it seems on import this branch properly set `new_host_delay` to `null` when it's not returned by the API, whereas master sets it to `0`...
Hi, Those resources are not on the roadmap for now. Thanks.
For now this not possible. Maybe you can calculate the layout dynamically? If you create locals for x and y I think this is doable.
Hello, Can you describe what you mean? I don't think classification is a parameter to any of our monitor APIs. Thanks.