From a48e3c95a1210c094533d778551a1d864873e2d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dominik=20Gniewek-W=C4=99grzyn?= Date: Mon, 8 Jan 2024 13:05:50 +0100 Subject: [PATCH 1/2] feat bump snowflake-schema --- main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.tf b/main.tf index bb420ad..3b75c5e 100644 --- a/main.tf +++ b/main.tf @@ -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 From c9de1a79f67ca90f7e245692f02e05081efc778e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dominik=20Gniewek-W=C4=99grzyn?= Date: Mon, 8 Jan 2024 13:17:24 +0100 Subject: [PATCH 2/2] docs: readme bump --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f558308..89f2d72 100644 --- a/README.md +++ b/README.md @@ -88,7 +88,7 @@ module "snowflake_database" { | [roles\_deep\_merge](#module\_roles\_deep\_merge) | Invicton-Labs/deepmerge/null | 0.1.5 | | [snowflake\_custom\_role](#module\_snowflake\_custom\_role) | getindata/role/snowflake | 1.0.3 | | [snowflake\_default\_role](#module\_snowflake\_default\_role) | getindata/role/snowflake | 1.0.3 | -| [snowflake\_schema](#module\_snowflake\_schema) | getindata/schema/snowflake | 1.3.1 | +| [snowflake\_schema](#module\_snowflake\_schema) | getindata/schema/snowflake | 1.4.0 | | [this](#module\_this) | cloudposse/label/null | 0.25.0 | ## Outputs