We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36f817c commit 97b4643Copy full SHA for 97b4643
1 file changed
README.md
@@ -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