From 2b94a5d72583560b200b27f10bbf3187933c275a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jan 2024 13:31:31 +0000 Subject: [PATCH] chore: bump getindata/role/snowflake from 1.0.3 to 1.3.0 Bumps [getindata/role/snowflake](https://github.com/getindata/terraform-snowflake-role) from 1.0.3 to 1.3.0. - [Release notes](https://github.com/getindata/terraform-snowflake-role/releases) - [Commits](https://github.com/getindata/terraform-snowflake-role/compare/v1.0.3...v1.3.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 93ab9c4..5915738 100644 --- a/main.tf +++ b/main.tf @@ -33,7 +33,7 @@ module "snowflake_default_role" { for_each = local.default_roles source = "getindata/role/snowflake" - version = "1.0.3" + version = "1.3.0" context = module.this.context name = each.key @@ -51,7 +51,7 @@ module "snowflake_custom_role" { for_each = local.custom_roles source = "getindata/role/snowflake" - version = "1.0.3" + version = "1.3.0" context = module.this.context name = each.key