diff --git a/main.tf b/main.tf index ccb83f7..5f38af0 100644 --- a/main.tf +++ b/main.tf @@ -40,7 +40,7 @@ module "snowflake_default_role" { for_each = local.default_roles source = "getindata/role/snowflake" - version = "1.0.3" + version = "1.1.0" context = module.this.context name = each.key @@ -58,7 +58,7 @@ module "snowflake_custom_role" { for_each = local.custom_roles source = "getindata/role/snowflake" - version = "1.0.3" + version = "1.1.0" context = module.this.context name = each.key