diff --git a/README.md b/README.md index f407638..13f30f3 100644 --- a/README.md +++ b/README.md @@ -120,7 +120,7 @@ When upgrading from `v1.x`, expect most of the resources to be recreated - if re | [roles\_deep\_merge](#module\_roles\_deep\_merge) | Invicton-Labs/deepmerge/null | 0.1.5 | | [snowflake\_custom\_role](#module\_snowflake\_custom\_role) | getindata/database-role/snowflake | 1.1.1 | | [snowflake\_default\_role](#module\_snowflake\_default\_role) | getindata/database-role/snowflake | 1.1.1 | -| [snowflake\_schema](#module\_snowflake\_schema) | getindata/schema/snowflake | 2.0.1 | +| [snowflake\_schema](#module\_snowflake\_schema) | getindata/schema/snowflake | 2.0.2 | | [this](#module\_this) | cloudposse/label/null | 0.25.0 | ## Outputs diff --git a/main.tf b/main.tf index b5a82a5..de92b1a 100644 --- a/main.tf +++ b/main.tf @@ -87,7 +87,7 @@ module "snowflake_schema" { for_each = local.schemas source = "getindata/schema/snowflake" - version = "2.0.1" + version = "2.0.2" context = module.this.context enabled = module.this.enabled && each.value.enabled