0.0.5 • Published 2 years ago
@aschot/pulumi-dbtcloud v0.0.5
dbt Cloud Resource Provider
The dbt Cloud Resource Provider lets you manage dbt Cloud resources.
Installation
This package is available for several languages/platforms:
- JavaScript/TypeScript:
@aschot/pulumi-dbtcloud - Python:
aschot-pulumi-dbtcloud - Go:
github.com/a-schot/pulumi-dbtcloud/sdk/go/dbtcloud - .NET:
ASchot.Pulumi.Dbtcloud
Provider Binary
The dbt Cloud provider binary is a third party binary. It can be installed using the pulumi plugin command.
pulumi plugin install resource dbtcloud <version> --server github://api.github.com/a-schot/pulumi-dbtcloudReplace <version> with your desired version.
Node.js (JavaScript/TypeScript)
To use from JavaScript or TypeScript in Node.js, install using either npm:
npm install @achot/pulumi_dbtcloudor yarn:
yarn add @achot/pulumi_dbtcloudPython
To use from Python, install using pip:
pip install aschot-pulumi-dbtcloudGo
To use from Go, use go get to grab the latest version of the library:
go get github.com/a-schot/pulumi-dbtcloud/sdk/go/dbtcloud.NET
To use from .NET, install using dotnet add package:
dotnet add package ASchot.Pulumi.DbtcloudConfiguration Options
Use pulumi config set dbtcloud:<option> (--secret).
| Option | Environment Variable | Required/Optional | Default | Description |
|---|---|---|---|---|
token | DBT_CLOUD_TOKEN | Required | The API token for your dbt Cloud user | |
accountId | DBT_CLOUD_ACCOUNT_ID | Required | The ID for your dbt Cloud account | |
hostUrl | DBT_CLOUD_HOST_URL | Optional | https://cloud.getdbt.com/api | The host URL for your dbt Cloud account |