From 8cbb29c9ea6afee925184b2aa30bbe8d890bc2c7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Oct 2023 11:47:26 +0000 Subject: [PATCH] chore: bump getindata/role/snowflake in /examples/simple Bumps [getindata/role/snowflake](https://github.com/getindata/terraform-snowflake-role) from 1.0.3 to 1.1.0. - [Release notes](https://github.com/getindata/terraform-snowflake-role/releases) - [Commits](https://github.com/getindata/terraform-snowflake-role/compare/v1.0.3...v1.1.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 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