1. Packages
  2. Clickhouse
  3. Installation & Configuration
Clickhouse v1.0.1 published on Thursday, Sep 5, 2024 by pulumiverse

Clickhouse: Installation & Configuration

clickhouse logo
Clickhouse v1.0.1 published on Thursday, Sep 5, 2024 by pulumiverse

    Installation

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

    Configuration

    Note:
    Replace the following sample content, with the configuration options of the wrapped Terraform provider and remove this note.

    The following configuration points are available for the clickhouse provider:

    • clickhouse:organizationId (environment: CLICKHOUSE_ORG_ID) - the organization id on clickhouse
    • clickhouse:tokenKey (environment: CLICKHOUSE_TOKEN_KEY) - the token key
    • clickhouse:tokenSecret (environment: CLICKHOUSE_TOKEN_SECRET) - the token secret

    Provider Binary

    The Clickhouse provider binary is a third party binary. It can be installed using the pulumi plugin command.

    pulumi plugin install resource clickhouse <version>
    

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

    clickhouse logo
    Clickhouse v1.0.1 published on Thursday, Sep 5, 2024 by pulumiverse