From 66fab61508c8677349497d321af30f6b30f04746 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 00:25:33 +0000 Subject: [PATCH] chore: bump getindata/role/snowflake in /examples/simple Bumps [getindata/role/snowflake](https://github.com/getindata/terraform-snowflake-role) from 2.1.0 to 3.0.0. - [Release notes](https://github.com/getindata/terraform-snowflake-role/releases) - [Commits](https://github.com/getindata/terraform-snowflake-role/compare/v2.1.0...v3.0.0) --- updated-dependencies: - dependency-name: getindata/role/snowflake dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- main.tf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.tf b/main.tf index a4200b2..955532f 100644 --- a/main.tf +++ b/main.tf @@ -35,7 +35,7 @@ module "snowflake_default_role" { for_each = local.default_roles source = "getindata/role/snowflake" - version = "2.1.0" + version = "3.0.0" context = module.this.context name = each.key @@ -63,7 +63,7 @@ module "snowflake_custom_role" { for_each = local.custom_roles source = "getindata/role/snowflake" - version = "2.1.0" + version = "3.0.0" context = module.this.context name = each.key