datadog_dashboard (Data Source)

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.

Example Usage

data "datadog_dashboard" "test" {
  name = "My super dashboard"
}

Schema

Required

Read-Only