We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Terraform v0.12.9
timeseries_definition using resource "datadog_dashboard"
widget { #pseudo code timeseries_definition { show_legend = true title = widget.value["title"] title_size = 16 title_align = "left" request { q = widget.value["query"] display_type = widget.value["display_type"] style { palette = "cool" line_type = "solid" line_width = "normal" } } }
~ timeseries_definition { ~ show_legend = false -> true time = {} title = "Write Requests" title_align = "left" title_size = "16" request { display_type = "bars" q = "sum:azure.datalakestore_accounts.write_requests{$var,$subscription,$resource_group,$region} by {name}.as_count()" style { line_type = "solid" line_width = "normal" palette = "cool" } } } }
(ran after succesfull apply obviously )
timeseries_definition { show_legend = false time = {} title = "Write Requests" title_align = "left" title_size = "16" request { display_type = "bars" q = "sum:azure.datalakestore_accounts.write_requests{$var,$subscription,$resource_group,$region} by {name}.as_count()" style { line_type = "solid" line_width = "normal" palette = "cool" } } } }
show_legend should be set to 'true'
Terraform 'said' it would change to 'true' but it didn't
as layed out above:
terraform apply
nothing special as far as i can tell. It could be that this is not yet implemented, since there's no reference on the manual pages either.
not yet
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Terraform Version
Terraform v0.12.9
Affected Resource(s)
timeseries_definition using resource "datadog_dashboard"
Terraform Configuration Files
terraform apply
terraform show
(ran after succesfull apply obviously )
Expected Behavior
show_legend should be set to 'true'
Actual Behavior
Terraform 'said' it would change to 'true' but it didn't
Steps to Reproduce
as layed out above:
terraform apply
Important Factoids
nothing special as far as i can tell. It could be that this is not yet implemented, since there's no reference on the manual pages either.
References
not yet
The text was updated successfully, but these errors were encountered: