Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing legend_size on datadog_dashboard #420

Closed
matthewduren opened this issue Feb 25, 2020 · 2 comments · Fixed by #421
Closed

Missing legend_size on datadog_dashboard #420

matthewduren opened this issue Feb 25, 2020 · 2 comments · Fixed by #421

Comments

@matthewduren
Copy link
Contributor

The new datadog_dashboard resource does not include legend_size on widgets defined with timeseries_definition, like the datadog_screenboard resource used to include.

Affected Resource(s)

datadog_dashboard

Expected Behavior

There should be a way to set legend_size

Actual Behavior

There is no way to set legend size

@dspatoulas
Copy link

I can see the property is in the code, may not be in the documentation yet. Try passing in the legend_size property, it's a type string.

https://github.com/terraform-providers/terraform-provider-datadog/blob/master/datadog/resource_datadog_dashboard.go

@matthewduren
Copy link
Contributor Author

I had tried that first, actually, assuming the resource was cloned from the previous screenboard resource. Unfortunately it does not work, as subsequent plans still show legend_size being added.

Likely the same issue as #329.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants