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 would like to report that the toplist_definition.style in the Datadog provider for Terraform is missing the scaling attribute, which is available in the Datadog UI.
│ Error: Unsupported argument
│
│ on lab-session-percentage-dashboard.tf line 167, in resource "datadog_dashboard" "lab_session_percentage":
│ 167: scaling = "relative"
│
│ An argument named "scaling" is not expected here.
Expected Behavior
The scaling attribute should be available to allow for relative scaling of values in the toplist widget, similar to how it is implemented in the Datadog UI.
Actual Behavior
The actual behavior is that the toplist_definition.style in the Datadog Terraform provider does not include the scaling attribute, preventing users from applying relative scaling to values displayed in toplist widgets, which is available in the Datadog UI.
Datadog Terraform Provider Version
v3.52.0
Terraform Version
v1.7.5
What resources or data sources are affected?
I would like to report that the toplist_definition.style in the Datadog provider for Terraform is missing the scaling attribute, which is available in the Datadog UI.
Terraform Configuration Files
Relevant debug or panic output
│ Error: Unsupported argument
│
│ on lab-session-percentage-dashboard.tf line 167, in resource "datadog_dashboard" "lab_session_percentage":
│ 167: scaling = "relative"
│
│ An argument named "scaling" is not expected here.
Expected Behavior
The scaling attribute should be available to allow for relative scaling of values in the toplist widget, similar to how it is implemented in the Datadog UI.
Actual Behavior
The actual behavior is that the toplist_definition.style in the Datadog Terraform provider does not include the scaling attribute, preventing users from applying relative scaling to values displayed in toplist widgets, which is available in the Datadog UI.
Steps to Reproduce
terraform apply
Important Factoids
No response
References
Datadog Top List Widget Documentation
Terraform Datadog Dashboard Resource Documentation
The text was updated successfully, but these errors were encountered: