1. Packages
  2. InfluxDB V3
  3. Installation & Configuration
InfluxDB3 v1.2.3 published on Sunday, Sep 29, 2024 by komminarlabs

InfluxDB V3: Installation & Configuration

influxdb3 logo
InfluxDB3 v1.2.3 published on Sunday, Sep 29, 2024 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
    • influxdb3: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.

    influxdb3 logo
    InfluxDB3 v1.2.3 published on Sunday, Sep 29, 2024 by komminarlabs