You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-`azure_dev_ops_project_id` (String) The internal Azure Dev Ops ID of the ADO Project. Can be retrieved using the data source dbtcloud_azure_dev_ops_project and the project name
33
+
-`name` (String) The name of the ADO repository
34
+
35
+
### Read-Only
36
+
37
+
-`default_branch` (String) The default branch of the ADO repository
38
+
-`details_url` (String) The URL of the ADO repository showing details about the repository and its attributes
39
+
-`id` (String) The internal Azure Dev Ops ID of the ADO Repository
40
+
-`remote_url` (String) The HTTP URL of the ADO repository used to connect to dbt Cloud
41
+
-`web_url` (String) The URL of the ADO repository accessible in the browser
Copy file name to clipboardExpand all lines: docs/index.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -76,9 +76,9 @@ provider "dbt" {
76
76
77
77
### Required
78
78
79
-
-`account_id` (Number) Account identifier for your dbt Cloud implementation
80
-
-`token` (String) API token for your dbt Cloud
79
+
-`account_id` (Number) Account identifier for your dbt Cloud implementation. Instead of setting the parameter, you can set the environment variable `DBT_CLOUD_ACCOUNT_ID`
80
+
-`token` (String) API token for your dbt Cloud. Instead of setting the parameter, you can set the environment variable `DBT_CLOUD_TOKEN`
81
81
82
82
### Optional
83
83
84
-
-`host_url` (String) URL for your dbt Cloud deployment - Defaults to https://cloud.getdbt.com/api
84
+
-`host_url` (String) URL for your dbt Cloud deployment. Instead of setting the parameter, you can set the environment variable `DBT_CLOUD_HOST_URL` - Defaults to https://cloud.getdbt.com/api
-`fetch_deploy_key` (Boolean) Whether we should return the public deploy key
89
-
-`git_clone_strategy` (String) Git clone strategy for the repository
90
-
-`github_installation_id` (Number) Identifier for the GitHub App
91
-
-`gitlab_project_id` (Number) Identifier for the Gitlab project
105
+
-`azure_active_directory_project_id` (String) The Azure Dev Ops project ID. It can be retrieved via the Azure API or using the data source `dbtcloud_azure_dev_ops_project` and the project name - (for ADO native integration only)
106
+
-`azure_active_directory_repository_id` (String) The Azure Dev Ops repository ID. It can be retrieved via the Azure API or using the data source `dbtcloud_azure_dev_ops_repository` along with the ADO Project ID and the repository name - (for ADO native integration only)
107
+
-`azure_bypass_webhook_registration_failure` (Boolean) If set to False (the default), the connection will fail if the service user doesn't have access to set webhooks (required for auto-triggering CI jobs). If set to True, the connection will be successful but no automated CI job will be triggered - (for ADO native integration only)
108
+
-`fetch_deploy_key` (Boolean) Whether we should return the public deploy key - (for the `deploy_key` strategy)
109
+
-`git_clone_strategy` (String) Git clone strategy for the repository. Can be `deploy_key` (default) for cloning via SSH Deploy Key, `github_app` for GitHub native integration, `deploy_token` for the GitLab native integration and `azure_active_directory_app` for ADO native integration
110
+
-`github_installation_id` (Number) Identifier for the GitHub App - (for GitHub native integration only)
111
+
-`gitlab_project_id` (Number) Identifier for the Gitlab project - (for GitLab native integration only)
92
112
-`is_active` (Boolean) Whether the repository is active
93
-
-`repository_credentials_id` (Number) Credentials ID for the repository (From the repository side not the dbt Cloud ID)
94
113
95
114
### Read-Only
96
115
97
116
-`deploy_key` (String) Public key generated by dbt when using `deploy_key` clone strategy
98
117
-`id` (String) The ID of this resource.
118
+
-`repository_credentials_id` (Number) Credentials ID for the repository (From the repository side not the dbt Cloud ID)
0 commit comments