InfluxDB3 v1.2.3 published on Sunday, Sep 29, 2024 by komminarlabs
InfluxDB V3: Installation & Configuration
Installation
The Pulumi InfluxDB V3 provider is available as a package in all Pulumi languages:
- JavaScript/TypeScript:
@komminarlabs/influxdb3 - Python:
komminarlabs_influxdb3 - Go:
github.com/komminarlabs/pulumi-influxdb3/sdk/go/influxdb3 - .NET:
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
Provider Binary
The InfluxDB V3 provider binary is a third party binary. It can be installed using the pulumi plugin command.
pulumi plugin install resource influxdb3 <version> --server github://api.github.com/komminarlabs
Replace the version string <version> with your desired version.