Clickhouse v1.0.1 published on Thursday, Sep 5, 2024 by pulumiverse
Clickhouse: Installation & Configuration
Installation
The Pulumi Clickhouse provider is available as a package in all Pulumi languages:
- JavaScript/TypeScript:
@pulumiverse/clickhouse
- Python:
pulumiverse_clickhouse
- Go:
github.com/pulumiverse/pulumi-clickhouse/sdk/go/clickhouse
- .NET:
Pulumiverse.Clickhouse
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 clickhouseclickhouse:tokenKey
(environment:CLICKHOUSE_TOKEN_KEY
) - the token keyclickhouse: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.