1.3.0 • Published 8 months ago

@komminarlabs/influxdb v1.3.0

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

InfluxDB Resource Provider

The InfluxDB Resource Provider lets you manage InfluxDB resources.

Supported InfluxDB flavours

v3

v2

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/influxdb

or yarn:

yarn add @komminarlabs/influxdb

Python

To use from Python, install using pip:

pip install komminarlabs_influxdb

Go

To use from Go, use go get to grab the latest version of the library:

go get github.com/komminarlabs/pulumi-influxdb/sdk/go/...

.NET

To use from .NET, install using dotnet add package:

dotnet add package KomminarLabs.InfluxDB

Configuration

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

Reference

For detailed reference documentation, please visit the Pulumi registry.

1.3.0

8 months ago

1.2.2

1 year ago

1.2.1

1 year ago

1.2.0

2 years ago

1.1.0

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago

0.0.1

2 years ago