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
When creating a dashboard using the coralogix terraform provider, with json code exported from a dashboard created by the Coralogix UI, I get a schema failure due to the 'legend' field being present in the hexagon widget type.
When creating a dashboard using the coralogix terraform provider, with json code exported from a dashboard created by the Coralogix UI, I get a schema failure due to the 'legend' field being present in the hexagon widget type.
'legend' block key:
layout.sections.rows.widgets.definition.hexagon.legend
'legend' block:
"legend": {
"isVisible": true,
"columns": [],
"groupByQuery": false,
"placement": "LEGEND_PLACEMENT_AUTO"
},
Affected Resource(s)
Debug Output
Company policy prevents creation of Github Gists
Expected Behavior
Terraform plan should have properly passed.
Actual Behavior
Raised error:
│ Error: content_json validation failed
│
│ with coralogix_dashboard.myapp_dashboard,
│ on main.tf line 12, in resource "coralogix_dashboard" "myapp_dashboard":
│ 12: resource "coralogix_dashboard" "myapp_dashboard" {
│
│ json content is not matching layout schema. got an err while unmarshalling - proto: (line 595:21): unknown field "legend"
Community Note
The text was updated successfully, but these errors were encountered: