Skip to content

Commit c0572e9

Browse files
authored
Merge pull request #24 from getindata/feature/bump_snowflake-schema
feat: Bump snowflake-schema
2 parents 98ce721 + c9de1a7 commit c0572e9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ module "snowflake_database" {
8888
| <a name="module_roles_deep_merge"></a> [roles\_deep\_merge](#module\_roles\_deep\_merge) | Invicton-Labs/deepmerge/null | 0.1.5 |
8989
| <a name="module_snowflake_custom_role"></a> [snowflake\_custom\_role](#module\_snowflake\_custom\_role) | getindata/role/snowflake | 1.0.3 |
9090
| <a name="module_snowflake_default_role"></a> [snowflake\_default\_role](#module\_snowflake\_default\_role) | getindata/role/snowflake | 1.0.3 |
91-
| <a name="module_snowflake_schema"></a> [snowflake\_schema](#module\_snowflake\_schema) | getindata/schema/snowflake | 1.3.1 |
91+
| <a name="module_snowflake_schema"></a> [snowflake\_schema](#module\_snowflake\_schema) | getindata/schema/snowflake | 1.4.0 |
9292
| <a name="module_this"></a> [this](#module\_this) | cloudposse/label/null | 0.25.0 |
9393

9494
## Outputs

main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ module "snowflake_schema" {
6464
for_each = local.schemas
6565

6666
source = "getindata/schema/snowflake"
67-
version = "1.3.1"
67+
version = "1.4.0"
6868

6969
context = module.this.context
7070
enabled = local.enabled && each.value.enabled

0 commit comments

Comments
 (0)