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
I have two dashboards (and nothing more datadog related) and the error message appears twice.
Terraform Configuration Files
# Copy-paste your Terraform configurations here - for large Terraform configs,# please use a service like Dropbox and share a link to the ZIP file. For# security, you can also encrypt the files using our GPG public key.provider"datadog" {
api_key="..."app_key="..."api_url="https://api.datadoghq.eu/"
}
resource"datadog_dashboard""Test" {
title="X"description="Some Test Dasbhoard"layout_type="ordered"is_read_only=truewidget {
change_definition {
request {
q="avg:system.load.1{env:staging} by {account}"change_type="absolute"compare_to="week_before"increase_good=trueorder_by="name"order_dir="desc"show_present=true
}
title="Widget Title"time={
live_span ="1h"
}
}
}
}
resource"datadog_dashboard""Test2" {
title="X"description="Some Test Dasbhoard"layout_type="free"widget { }
}
I think the problem is related to dashboards that have no
id
, i.e. new dashboards.Terraform Version
Affected Resource(s)
Please list the resources as a list, for example:
I have two dashboards (and nothing more datadog related) and the error message appears twice.
Terraform Configuration Files
Debug Output
Panic Output
Expected Behavior
Dashboards should be created.
Actual Behavior
Nothing, except the error message.
Steps to Reproduce
terraform apply
Important Factoids
nope
References
The text was updated successfully, but these errors were encountered: