1.3.0 • Published 1 year ago
@komminarlabs/influxdb3 v1.3.0
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/influxdb3or yarn:
yarn add @komminarlabs/influxdb3Python
To use from Python, install using pip:
pip install komminarlabs-influxdb3Go
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.InfluxDB3Configuration
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.