terraform-provider-kapacitor

command module
v0.0.0-...-1fa174c Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 1, 2017 License: MPL-2.0 Imports: 3 Imported by: 0

README

Terraform Provider for Kapacitor

provider "kapacitor" {
  url = "http://kapacitor:9092"
  // username = "test"
  // password = "secret"
}

resource "kapacitor_task" "test" {
  // name = "test"
  type = "stream"
  tick_script = "${file("test.tick")}"
  dbrp {
    database = "test"
    // retention_policy = "autogen"
  }
  // enabled = true
}

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL