1. Packages
  2. InfluxDB V3
  3. Installation & Configuration
InfluxDB3 v1.3.0 published on Tuesday, Mar 11, 2025 by komminarlabs

InfluxDB V3: Installation & Configuration

InfluxDB3 v1.3.0 published on Tuesday, Mar 11, 2025 by komminarlabs

Installation

The Pulumi InfluxDB V3 provider is available as a package in all Pulumi languages:

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

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
Copy

Replace the version string <version> with your desired version.

InfluxDB3 v1.3.0 published on Tuesday, Mar 11, 2025 by komminarlabs