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
3.48.1
1.9.0
datadog_dashboard_json
datadog_dashboard
resource "datadog_dashboard_json" "metrics" { dashboard_lists = [12345678] dashboard = <<EOF {...} EOF } resource "datadog_dashboard_json" "cost" { dashboard_lists = [987654] dashboard = <<EOF {...} EOF }
N/A
Relevant dashboard lists should be updated to include defined dashboard
Terraform reports no changes to make and does not edit downstream lists dashboards should have been added to
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Datadog Terraform Provider Version
3.48.1
Terraform Version
1.9.0
What resources or data sources are affected?
datadog_dashboard_json
resourcedatadog_dashboard
resource although this is untestedTerraform Configuration Files
Relevant debug or panic output
N/A
Expected Behavior
Relevant dashboard lists should be updated to include defined dashboard
Actual Behavior
Terraform reports no changes to make and does not edit downstream lists dashboards should have been added to
Steps to Reproduce
datadog_dashboard_json
resource without any lists to add dashboard toImportant Factoids
No response
References
The text was updated successfully, but these errors were encountered: