Viewing docs for InfluxDB3 v1.3.0
published on Tuesday, Mar 11, 2025 by DEPRECATED
published on Tuesday, Mar 11, 2025 by DEPRECATED
InfluxDB V3: Installation & Configuration
Viewing docs for InfluxDB3 v1.3.0
published on Tuesday, Mar 11, 2025 by DEPRECATED
published on Tuesday, Mar 11, 2025 by DEPRECATED
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 token
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.
Viewing docs for InfluxDB3 v1.3.0
published on Tuesday, Mar 11, 2025 by DEPRECATED
published on Tuesday, Mar 11, 2025 by DEPRECATED
