Skip to content

Latest commit

 

History

History
69 lines (45 loc) · 1.29 KB

grafana.md

File metadata and controls

69 lines (45 loc) · 1.29 KB
layout title type resource
resource
grafana
provider
grafana

Index

Example Usage

provider "grafana" {
  version = "1.9.0"

  # auth - (required) is a type of string
  auth = null
  # ca_cert - (optional) is a type of string
  ca_cert = null
  # insecure_skip_verify - (optional) is a type of bool
  insecure_skip_verify = null
  # org_id - (optional) is a type of number
  org_id = null
  # tls_cert - (optional) is a type of string
  tls_cert = null
  # tls_key - (optional) is a type of string
  tls_key = null
  # url - (required) is a type of string
  url = null
}

top

Resources

top

Datasources

top