Data Source: azurerm_portal_dashboard

Use this data source to access information about an existing shared dashboard in the Azure Portal. This is the data source of the azurerm_dashboard resource.

Example Usage

data "azurerm_portal_dashboard" "example" {
  name                = "existing-dashboard"
  resource_group_name = "dashboard-rg"
}

output "id" {
  value = data.azurerm_dashboard.example.id
}

Arguments Reference

The following arguments are supported:

Attributes Reference

In addition to the Arguments listed above - the following Attributes are exported:

Timeouts

The timeouts block allows you to specify timeouts for certain actions: