You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please support a queries that do not return any monitor. The returned attribute "monitors" should then be simply an empty list.
Example (as it would be seen in the TF state):
Using the provider v4.5.0, if the query doesn't return any list of monitor, it fails with such error:
Error: your query returned no result, please try a less specific search criteria
with module.mymodule_datadog_events.data.datadog_monitors.mydataresourcename
on .terraform/modules/mymodule_datadog_events/main.tf line 42, in data "datadog_monitors" "mydataresourcename":
data "datadog_monitors" "mydataresourcename" {
References
No response
The text was updated successfully, but these errors were encountered:
What resources or data sources are affected?
data
datadog_monitors
Feature Request
Please support a queries that do not return any monitor. The returned attribute "monitors" should then be simply an empty list.
Example (as it would be seen in the TF state):
Using the provider v4.5.0, if the query doesn't return any list of monitor, it fails with such error:
References
No response
The text was updated successfully, but these errors were encountered: