| layout | resource |
|---|---|
| title | circonus |
| type | provider |
| resource | circonus |
provider "circonus" {
version = "0.12.0"
# api_url - (optional) is a type of string
api_url = null
# auto_tag - (optional) is a type of bool
auto_tag = null
# key - (required) is a type of string
key = null
}