terraform-provider-signalform

Dashboard Group

In the SignalFx web UI, a dashboard group is a collection of dashboards.

NOTE: Dashboard groups cannot be accessed directly, but just via a dashboard contained in them. This is the reason why make show won’t show any of yours dashboard groups.

Example Usage

resource "signalform_dashboard_group" "mydashboardgroup0" {
    name = "My team dashboard group"
    description = "Cool dashboard group"
}

Argument Reference

The following arguments are supported in the resource block: