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
| <aname="input_dbt_creds"></a> [dbt\_creds](#input\_dbt\_creds)|A map of environment name to dbt cloud credential ID | <pre>map(object({<br> credential_id = integer<br> }))</pre>| n/a | yes |
39
+
| <aname="input_dbt_creds_ci"></a> [dbt\_creds\_ci](#input\_dbt\_creds\_ci)|A map of environment name to dbt cloud credential ID for CI | <pre>map(object({<br> credential_id = integer<br> }))</pre>| n/a | yes |
41
40
| <aname="input_dbt_project_name"></a> [dbt\_project\_name](#input\_dbt\_project\_name)| The project name in dbt Cloud |`string`| n/a | yes |
42
41
| <aname="input_dbt_version"></a> [dbt\_version](#input\_dbt\_version)| The dbt version |`string`| n/a | yes |
| <aname="input_defer_from_to"></a> [defer\_from\_to](#input\_defer\_from\_to)|Map of all the environments that can defer to another one in CI. Key and Value are the environment names | <pre>map(object({<br> defer_to_env_name = string<br> }))</pre>| n/a | yes |
44
43
| <aname="input_github_installation_id"></a> [github\_installation\_id](#input\_github\_installation\_id)| The project name in dbt Cloud |`string`| n/a | yes |
45
44
| <aname="input_github_repo_remote_url"></a> [github\_repo\_remote\_url](#input\_github\_repo\_remote\_url)| The remote URL for the GitHub repository |`string`|`null`| no |
| <aname="input_dbt_project_id"></a> [dbt\_project\_id](#input\_dbt\_project\_id)| The Project ID for the dbt Cloud Project |`number`| n/a | yes |
32
32
| <aname="input_dbt_project_name"></a> [dbt\_project\_name](#input\_dbt\_project\_name)| The Project ID for the dbt Cloud Project |`string`| n/a | yes |
| <aname="input_defer_from_to"></a> [defer\_from\_to](#input\_defer\_from\_to)|Map of all the environments that can defer to another one in CI. Key and Value are the environment names | <pre>map(object({<br> defer_to_env_name = string<br> }))</pre>| n/a | yes |
34
+
| <aname="input_envs_except_dev"></a> [envs\_except\_dev](#input\_envs\_except\_dev)|The deployment environments. A subset of `database_envs`.|`map(any)`| n/a | yes |
35
35
| <aname="input_snowflake_account"></a> [snowflake\_account](#input\_snowflake\_account)| The Snowflake Account ID |`string`| n/a | yes |
36
36
| <aname="input_snowflake_databases"></a> [snowflake\_databases](#input\_snowflake\_databases)| The Snowflake Databases that were created | <pre>map(object({<br> name = string<br> }))</pre> | n/a | yes |
37
37
| <aname="input_snowflake_roles"></a> [snowflake\_roles](#input\_snowflake\_roles)| The Snowflake Roles that were created | <pre>map(object({<br> name = string<br> }))</pre> | n/a | yes |
0 commit comments