The InfluxDB V3 Resource Provider lets you manage InfluxDB V3 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/influxdb3
or yarn
:
yarn add @komminarlabs/influxdb3
To use from Python, install using pip
:
pip install komminarlabs-influxdb3
To use from Go, use go get
to grab the latest version of the library:
go get github.com/komminarlabs/pulumi-influxdb3/sdk/go/...
To use from .NET, install using dotnet add package
:
dotnet add package KomminarLabs.InfluxDB3
The following configuration points are available for the influxdb3
provider:
influxdb3:account_id
(environment:INFLUXDB3_ACCOUNT_ID
) - The ID of the account that the cluster belongs toinfluxdb3:cluster_id
(environment:INFLUXDB3_CLUSTER_ID
) - The ID of the cluster that you want to manageinfluxdb3:token
(environment:INFLUXDB3_TOKEN
) - The InfluxDB management tokeninfluxdb3:url
(environment:INFLUXDB3_URL
) - The InfluxDB Cloud Dedicated Management API URL
For detailed reference documentation, please visit the Pulumi registry.