Skip to content

Commit

Permalink
Merge pull request #24 from getindata/feature/bump_snowflake-schema
Browse files Browse the repository at this point in the history
feat: Bump snowflake-schema
  • Loading branch information
dgniewek authored Jan 8, 2024
2 parents 98ce721 + c9de1a7 commit c0572e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ module "snowflake_database" {
| <a name="module_roles_deep_merge"></a> [roles\_deep\_merge](#module\_roles\_deep\_merge) | Invicton-Labs/deepmerge/null | 0.1.5 |
| <a name="module_snowflake_custom_role"></a> [snowflake\_custom\_role](#module\_snowflake\_custom\_role) | getindata/role/snowflake | 1.0.3 |
| <a name="module_snowflake_default_role"></a> [snowflake\_default\_role](#module\_snowflake\_default\_role) | getindata/role/snowflake | 1.0.3 |
| <a name="module_snowflake_schema"></a> [snowflake\_schema](#module\_snowflake\_schema) | getindata/schema/snowflake | 1.3.1 |
| <a name="module_snowflake_schema"></a> [snowflake\_schema](#module\_snowflake\_schema) | getindata/schema/snowflake | 1.4.0 |
| <a name="module_this"></a> [this](#module\_this) | cloudposse/label/null | 0.25.0 |

## Outputs
Expand Down
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ module "snowflake_schema" {
for_each = local.schemas

source = "getindata/schema/snowflake"
version = "1.3.1"
version = "1.4.0"

context = module.this.context
enabled = local.enabled && each.value.enabled
Expand Down

0 comments on commit c0572e9

Please sign in to comment.