Skip to content

Commit d7cc0eb

Browse files
committed
Add docs for combined module
1 parent 7d7f518 commit d7cc0eb

1 file changed

Lines changed: 49 additions & 0 deletions

File tree

  • modules/combined/dbtcloud_github_snowflake
Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
<!-- BEGIN_TF_DOCS -->
2+
## Requirements
3+
4+
| Name | Version |
5+
|------|---------|
6+
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 1.3 |
7+
| <a name="requirement_dbtcloud"></a> [dbtcloud](#requirement\_dbtcloud) | >= 0.2.10 |
8+
| <a name="requirement_github"></a> [github](#requirement\_github) | ~> 5.0 |
9+
| <a name="requirement_snowflake"></a> [snowflake](#requirement\_snowflake) | ~> 0.71 |
10+
11+
## Providers
12+
13+
No providers.
14+
15+
## Modules
16+
17+
| Name | Source | Version |
18+
|------|--------|---------|
19+
| <a name="module_dbtcloud_common"></a> [dbtcloud\_common](#module\_dbtcloud\_common) | ../../dbtcloud/dbtcloud_common | n/a |
20+
| <a name="module_dbtcloud_snowflake"></a> [dbtcloud\_snowflake](#module\_dbtcloud\_snowflake) | ../../dbtcloud/dbtcloud_snowflake | n/a |
21+
| <a name="module_github"></a> [github](#module\_github) | ../../github | n/a |
22+
| <a name="module_snowflake"></a> [snowflake](#module\_snowflake) | ../../snowflake | n/a |
23+
24+
## Resources
25+
26+
No resources.
27+
28+
## Inputs
29+
30+
| Name | Description | Type | Default | Required |
31+
|------|-------------|------|---------|:--------:|
32+
| <a name="input_cruft_template_url"></a> [cruft\_template\_url](#input\_cruft\_template\_url) | n/a | `string` | n/a | yes |
33+
| <a name="input_database_envs"></a> [database\_envs](#input\_database\_envs) | n/a | <pre>map(object({<br> wh_size = string<br> defer_to_env_name = string<br> git_branch = string<br> }))</pre> | <pre>{<br> "DEV": {<br> "defer_to_env_name": "PROD",<br> "git_branch": null,<br> "wh_size": "X-SMALL"<br> },<br> "PROD": {<br> "defer_to_env_name": null,<br> "git_branch": "main",<br> "wh_size": "X-SMALL"<br> }<br>}</pre> | no |
34+
| <a name="input_dbt_account_id"></a> [dbt\_account\_id](#input\_dbt\_account\_id) | n/a | `number` | n/a | yes |
35+
| <a name="input_dbt_host_url"></a> [dbt\_host\_url](#input\_dbt\_host\_url) | n/a | `string` | n/a | yes |
36+
| <a name="input_dbt_token"></a> [dbt\_token](#input\_dbt\_token) | n/a | `string` | n/a | yes |
37+
| <a name="input_dbt_version"></a> [dbt\_version](#input\_dbt\_version) | n/a | `string` | n/a | yes |
38+
| <a name="input_developers"></a> [developers](#input\_developers) | n/a | `set(string)` | n/a | yes |
39+
| <a name="input_github_installation_id"></a> [github\_installation\_id](#input\_github\_installation\_id) | n/a | `number` | n/a | yes |
40+
| <a name="input_github_token"></a> [github\_token](#input\_github\_token) | n/a | `string` | n/a | yes |
41+
| <a name="input_project_name"></a> [project\_name](#input\_project\_name) | n/a | `string` | n/a | yes |
42+
| <a name="input_raw_database"></a> [raw\_database](#input\_raw\_database) | n/a | `string` | `"RAW"` | no |
43+
| <a name="input_snowflake_account"></a> [snowflake\_account](#input\_snowflake\_account) | n/a | `string` | n/a | yes |
44+
| <a name="input_snowflake_developers_role"></a> [snowflake\_developers\_role](#input\_snowflake\_developers\_role) | n/a | `string` | `"tf_dbt_developers"` | no |
45+
46+
## Outputs
47+
48+
No outputs.
49+
<!-- END_TF_DOCS -->

0 commit comments

Comments
 (0)