We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8fef801 commit edf9e47Copy full SHA for edf9e47
1 file changed
topologies/basic/main.tf
@@ -19,7 +19,7 @@ module "dbt_cloud" {
19
# Pin to a release tag to avoid unexpected changes on terraform init.
20
# Update the ref when you're ready to upgrade:
21
# https://github.com/dbt-labs/terraform-dbtcloud-as-yaml/releases
22
- source = "github.com/dbt-labs/terraform-dbtcloud-as-yaml?ref=v0.2.0"
+ source = "github.com/trouze/terraform-dbtcloud-as-yaml?ref=v0.2.0"
23
24
dbt_account_id = var.dbt_account_id
25
dbt_token = var.dbt_token
0 commit comments