|
1 | | -# dbt-terraform-modules-yaml |
| 1 | +# terraform-dbtcloud-yaml |
2 | 2 |
|
3 | | -[](https://www.terraform.io) [](https://registry.terraform.io/providers/dbt-labs/dbtcloud/latest) [](https://github.com/trouze/dbt-terraform-modules-yaml/blob/main/LICENSE) |
| 3 | +[](https://www.terraform.io) [](https://registry.terraform.io/providers/dbt-labs/dbtcloud/latest) [](https://github.com/trouze/terraform-dbtcloud-yaml/blob/main/LICENSE) |
4 | 4 |
|
5 | 5 | Manage your entire dbt Cloud setup with infrastructure-as-code using Terraform and YAML. Define projects, repositories, environments, credentials, and jobs in a single, human-readable YAML file. |
6 | 6 |
|
@@ -29,8 +29,8 @@ Get started in 3 simple steps: |
29 | 29 |
|
30 | 30 | ```bash |
31 | 31 | # Clone or copy the basic example |
32 | | - git clone https://github.com/trouze/dbt-terraform-modules-yaml.git |
33 | | - cd dbt-terraform-modules-yaml/examples/basic |
| 32 | + git clone https://github.com/trouze/terraform-dbtcloud-yaml.git |
| 33 | + cd terraform-dbtcloud-yaml/examples/basic |
34 | 34 |
|
35 | 35 | # Or copy to your own directory |
36 | 36 | cp -r examples/basic my-dbt-setup |
@@ -199,12 +199,12 @@ Automatically configures your Git provider: |
199 | 199 | ## Community & Support |
200 | 200 |
|
201 | 201 | - 📖 **Documentation** - You're reading it! |
202 | | -- 🐛 **Issues** - [Report bugs or request features](https://github.com/trouze/dbt-terraform-modules-yaml/issues) |
203 | | -- 💬 **Discussions** - [Share ideas and best practices](https://github.com/trouze/dbt-terraform-modules-yaml/discussions) |
| 202 | +- 🐛 **Issues** - [Report bugs or request features](https://github.com/trouze/terraform-dbtcloud-yaml/issues) |
| 203 | +- 💬 **Discussions** - [Share ideas and best practices](https://github.com/trouze/terraform-dbtcloud-yaml/discussions) |
204 | 204 |
|
205 | 205 | ## License |
206 | 206 |
|
207 | | -This project is licensed under Apache License 2.0. See [LICENSE](https://github.com/trouze/dbt-terraform-modules-yaml/blob/main/LICENSE) for details. |
| 207 | +This project is licensed under Apache License 2.0. See [LICENSE](https://github.com/trouze/terraform-dbtcloud-yaml/blob/main/LICENSE) for details. |
208 | 208 |
|
209 | 209 | --- |
210 | 210 |
|
|
0 commit comments