Use this data source to retrieve information about an existing dashboard, for use in other resources. In particular, it can be used in a monitor message to link to a specific dashboard.
data "datadog_dashboard" "test" {
name = "My super dashboard"
}
name
(String) The dashboard name to search for. Must only match one dashboard.id
(String) The ID of this resource.title
(String) The name of the dashboard.url
(String) The URL to a specific dashboard.