1.2.3 • Published 10 months ago
@komminarlabs/influxdb3 v1.2.3
InfluxDB V3 Resource Provider
The InfluxDB V3 Resource Provider lets you manage InfluxDB V3 resources.
Supported InfluxDB flavours
Installing
This package is available for several languages/platforms:
Node.js (JavaScript/TypeScript)
To use from JavaScript or TypeScript in Node.js, install using either npm
:
npm install @komminarlabs/influxdb3
or yarn
:
yarn add @komminarlabs/influxdb3
Python
To use from Python, install using pip
:
pip install komminarlabs-influxdb3
Go
To use from Go, use go get
to grab the latest version of the library:
go get github.com/komminarlabs/pulumi-influxdb3/sdk/go/...
.NET
To use from .NET, install using dotnet add package
:
dotnet add package KomminarLabs.InfluxDB3
Configuration
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
Reference
For detailed reference documentation, please visit the Pulumi registry.