1.2.3 • Published 10 months ago

@komminarlabs/influxdb3 v1.2.3

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
10 months ago

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 to
  • influxdb3:cluster_id (environment: INFLUXDB3_CLUSTER_ID) - The ID of the cluster that you want to manage
  • influxdb3:token (environment: INFLUXDB3_TOKEN) - The InfluxDB management token
  • influxdb3:url (environment: INFLUXDB3_URL) - The InfluxDB Cloud Dedicated Management API URL

Reference

For detailed reference documentation, please visit the Pulumi registry.

1.2.3

10 months ago

1.2.2

10 months ago

1.2.1

11 months ago

1.0.1

11 months ago

1.0.0

12 months ago