Skip to content

Commit 97b4643

Browse files
authored
Create README.md
1 parent 36f817c commit 97b4643

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# dbt-terraform-modules
2+
3+
Modules to set up dbt projects using Terraform
4+
5+
Currently these modules support:
6+
7+
- dbt Cloud "common" setup which doesn't depend on warehouses/adapters
8+
- dbt Cloud Snowflake specific setup to connect dbt to a Snowflake DW
9+
- using cruft and GitHub to create a new dbt repository in GitHub based on a template
10+
- setting up databases, users and roles in Snowflake based on a set of environments required (e.g. DEV and PROD)
11+
12+
PRs are welcome to add support for more adapters, git providers or just more functionality.
13+
14+
Alternatively, someone could clone this repository and update the configuration on their side

0 commit comments

Comments
 (0)