We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89247f6 commit a3f2589Copy full SHA for a3f2589
1 file changed
topologies/basic/.env.example
@@ -16,7 +16,7 @@
16
17
export TF_VAR_dbt_account_id=YOUR_ACCOUNT_ID # Numeric ID from dbt Cloud > Account Settings
18
export TF_VAR_dbt_token="YOUR_API_TOKEN" # dbt Cloud service token or personal access token
19
-export TF_VAR_dbt_host_url="https://cloud.getdbt.com" # Change for single-tenant deployments
+export TF_VAR_dbt_host_url="https://cloud.getdbt.com/api" # Change for single-tenant deployments
20
21
# Required for GitHub App repository integration (used to auto-discover installation IDs).
22
# Can be the same value as dbt_token for most setups.
0 commit comments