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
Managing dbt Cloud infrastructure shouldn't require deep Terraform expertise. Whether you've never written HCL or just don't want to untangle the provider's resource model yourself, this module gives you a single YAML file that maps to how dbt Platform actually works — projects, environments, jobs, and connections — with relationship wiring, credential handling, and production safeguards built in.
This downloads the [examples/basic/](examples/basic/) starter into `./my-dbt-cloud`. No npm, no git magic — just curl and tar. To use a different directory name: `curl -fsSL ... | bash -s -- my-project`.
15
+
This downloads the [topologies/basic/](topologies/basic/) starter into `./my-dbt-cloud`. No npm, no git magic — just curl and tar. To use a different directory name: `curl -fsSL ... | bash -s -- my-project`.
16
16
17
17
Then:
18
18
@@ -23,7 +23,7 @@ cp .env.example .env # fill in your dbt Cloud credentials
23
23
source .env && terraform init && terraform apply
24
24
```
25
25
26
-
See [examples/basic/README.md](examples/basic/README.md) for a full walkthrough.
26
+
See [topologies/basic/README.md](topologies/basic/README.md) for a full walkthrough.
0 commit comments