Skip to content

Commit fd77275

Browse files
authored
Merge pull request #43 from getindata/feature/bump_schema_module
fix: Bump schema module, to enable proper `create_default_roles` flag propagation
2 parents ac5c2c7 + eb355ca commit fd77275

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
@@ -120,7 +120,7 @@ When upgrading from `v1.x`, expect most of the resources to be recreated - if re
120120
| <a name="module_roles_deep_merge"></a> [roles\_deep\_merge](#module\_roles\_deep\_merge) | Invicton-Labs/deepmerge/null | 0.1.5 |
121121
| <a name="module_snowflake_custom_role"></a> [snowflake\_custom\_role](#module\_snowflake\_custom\_role) | getindata/database-role/snowflake | 1.1.1 |
122122
| <a name="module_snowflake_default_role"></a> [snowflake\_default\_role](#module\_snowflake\_default\_role) | getindata/database-role/snowflake | 1.1.1 |
123-
| <a name="module_snowflake_schema"></a> [snowflake\_schema](#module\_snowflake\_schema) | getindata/schema/snowflake | 2.0.1 |
123+
| <a name="module_snowflake_schema"></a> [snowflake\_schema](#module\_snowflake\_schema) | getindata/schema/snowflake | 2.0.2 |
124124
| <a name="module_this"></a> [this](#module\_this) | cloudposse/label/null | 0.25.0 |
125125

126126
## Outputs

main.tf

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

8989
source = "getindata/schema/snowflake"
90-
version = "2.0.1"
90+
version = "2.0.2"
9191

9292
context = module.this.context
9393
enabled = module.this.enabled && each.value.enabled

0 commit comments

Comments
 (0)