The InfluxDB Resource Provider lets you manage InfluxDB resources.
This package is available for several languages/platforms:
To use from JavaScript or TypeScript in Node.js, install using either npm
:
npm install @komminarlabs/influxdb
or yarn
:
yarn add @komminarlabs/influxdb
To use from Python, install using pip
:
pip install komminarlabs_influxdb
To use from Go, use go get
to grab the latest version of the library:
go get github.com/komminarlabs/pulumi-influxdb/sdk/go/...
To use from .NET, install using dotnet add package
:
dotnet add package KomminarLabs.InfluxDB
The following configuration points are available for the influxdb
provider:
-
influxdb:url
(environment:INFLUXDB_URL
) - The InfluxDB Cloud Dedicated server URL -
influxdb:token
(environment:INFLUXDB_TOKEN
) - An InfluxDB token string
For detailed reference documentation, please visit the Pulumi registry.