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 include all Terraform configurations required to reproduce the bug. Bug reports without a functional reproduction may be closed without investigation.
definition={
line_chart = {
query_definitions = [
{
query = {
spans = {
aggregations = [
{
type ="dimension"
field ="trace_id"
aggregation_type ="unique_count"
}
]
filters = [
{
field = {
type ="metadata"
value ="operation_name"
}
operator = {
type ="equals"
selected_values = ["device_status_update"]
}
},
{
field = {
type ="tag"
value ="deviceStatus"
}
operator = {
type ="equals"
selected_values = ["CANDYBOX_OFFLINE"]
}
}
]
group_by = [
{
type ="tag"
value ="deviceName"
}
]
}
}
color_scheme ="classic"
is_visible =true
scale_type ="linear"
},
]
legend = {
is_visible =true
group_by_query =true
placement ="auto"
},
tooltip = {
show_labels =false
type ="all"
}
}
}
# 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: https://keybase.io/hashicorp
Hi, we have been working on a better way of updating the underlying API for dashboards which should come out soon ™️ (January). I'll ask to see if the bug is fixed then 😅
Affected Resource(s)
Terraform Configuration Files
Please include all Terraform configurations required to reproduce the bug. Bug reports without a functional reproduction may be closed without investigation.
Debug Output
https://gist.github.com/hmateusz/9d98d16ce9421ec0d76e1ebff7cac635
Panic Output
Expected Behavior
Terraform should destroy the resource and create it again
Actual Behavior
An error appeared even if we don't have the widget in our code
Steps to Reproduce
terraform plan
Important Factoids
We're using Terraform version 1.9 and coralogix provider 1.18.2
References
Community Note
The text was updated successfully, but these errors were encountered: