Skip to content

Commit edf9e47

Browse files
authored
Change module source from dbt-labs to trouze
1 parent 8fef801 commit edf9e47

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

topologies/basic/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ module "dbt_cloud" {
1919
# Pin to a release tag to avoid unexpected changes on terraform init.
2020
# Update the ref when you're ready to upgrade:
2121
# https://github.com/dbt-labs/terraform-dbtcloud-as-yaml/releases
22-
source = "github.com/dbt-labs/terraform-dbtcloud-as-yaml?ref=v0.2.0"
22+
source = "github.com/trouze/terraform-dbtcloud-as-yaml?ref=v0.2.0"
2323

2424
dbt_account_id = var.dbt_account_id
2525
dbt_token = var.dbt_token

0 commit comments

Comments
 (0)