From 3e5d43477d3819be38e8f76f94a571228b8c9628 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Dec 2023 06:34:41 +0000 Subject: [PATCH] chore: bump getindata/role/snowflake from 1.0.3 to 1.2.0 Bumps [getindata/role/snowflake](https://github.com/getindata/terraform-snowflake-role) from 1.0.3 to 1.2.0. - [Release notes](https://github.com/getindata/terraform-snowflake-role/releases) - [Commits](https://github.com/getindata/terraform-snowflake-role/compare/v1.0.3...v1.2.0) --- updated-dependencies: - dependency-name: getindata/role/snowflake dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- main.tf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.tf b/main.tf index bb420ad..9696955 100644 --- a/main.tf +++ b/main.tf @@ -26,7 +26,7 @@ module "snowflake_default_role" { for_each = local.default_roles source = "getindata/role/snowflake" - version = "1.0.3" + version = "1.2.0" context = module.this.context enabled = local.create_default_roles && each.value.enabled @@ -45,7 +45,7 @@ module "snowflake_custom_role" { for_each = local.custom_roles source = "getindata/role/snowflake" - version = "1.0.3" + version = "1.2.0" context = module.this.context enabled = local.enabled && each.value.enabled