github.com/danp/terraform@v0.9.5-0.20170426144147-39d740081351/website/source/docs/providers/circonus/index.html.markdown (about) 1 --- 2 layout: "circonus" 3 page_title: "Provider: Circonus" 4 sidebar_current: "docs-circonus-index" 5 description: |- 6 A provider for Circonus. 7 --- 8 9 # Circonus Provider 10 11 The Circonus provider gives the ability to manage a Circonus account. 12 13 Use the navigation to the left to read about the available resources. 14 15 ## Usage 16 17 ```hcl 18 provider "circonus" { 19 key = "b8fec159-f9e5-4fe6-ad2c-dc1ec6751586" 20 } 21 ``` 22 23 ## Argument Reference 24 25 The following arguments are supported: 26 27 * `key` - (Required) The Circonus API Key. 28 * `api_url` - (Optional) The API URL to use to talk with. The default is `https://api.circonus.com/v2`.