Project
Requirements¶
| Name | Version |
|---|---|
| terraform | >= 1.7 |
| dbtcloud | ~> 1.8 |
Providers¶
| Name | Version |
|---|---|
| dbtcloud | 1.8.2 |
Modules¶
No modules.
Resources¶
| Name | Type |
|---|---|
| dbtcloud_project.projects | resource |
| dbtcloud_project.protected_projects | resource |
Inputs¶
| Name | Description | Type | Default | Required |
|---|---|---|---|---|
| projects | List of project configurations. Each entry must have at minimum a 'name' field, and optionally a 'key' field (defaults to name) and 'protected' boolean. | any |
n/a | yes |
| target_name | Optional prefix prepended to all project names (e.g., 'dev-' or 'prod-') | string |
"" |
no |
Outputs¶
| Name | Description |
|---|---|
| project_ids | Map of project key to dbt Cloud project ID |