Data Source: azurerm_dashboard_grafana

Use this data source to access information about an existing Grafana Dashboard.

Example Usage

provider "azurerm" {
  features {}
}

data "azurerm_dashboard_grafana" "example" {
  name                = "example-grafana-dashboard"
  resource_group_name = "example-rg"
}

output "name" {
  value = data.azurerm_dashboard_grafana.example.name
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported:

Timeouts

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