grafana_cloud_stack (Resource)

Required access policy scopes:

Example Usage

resource "grafana_cloud_stack" "test" {
  name        = "gcloudstacktest"
  slug        = "gcloudstacktest"
  region_slug = "eu"
  description = "Test Grafana Cloud Stack"
}

Schema

Required

Optional

Read-Only

Import

Import is supported using the following syntax:

terraform import grafana_cloud_stack.name "{{ stackSlugOrID }}"