FEATURES OPEN SOURCE ABOUT DOCS LOGIN REGISTER

influxdb_database

The database resource allows a database to be created on an InfluxDB server.

Example Usage

resource "influxdb_database" "metrics" {
    name = "awesome_app"
}

Argument Reference

The following arguments are supported:

Attributes Reference

This resource exports no further attributes.


See the source of this document at Terraform.io