From 8d0bdd1df9d3c3356aed160106f25247f0588f3c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 12:56:54 +0000 Subject: [PATCH] chore: bump getindata/database-role/snowflake in /examples/simple Bumps [getindata/database-role/snowflake](https://github.com/getindata/terraform-snowflake-database-role) from 1.1.1 to 2.0.1. - [Release notes](https://github.com/getindata/terraform-snowflake-database-role/releases) - [Commits](https://github.com/getindata/terraform-snowflake-database-role/compare/v1.1.1...v2.0.1) --- updated-dependencies: - dependency-name: getindata/database-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 2b4b0cf..73518a8 100644 --- a/main.tf +++ b/main.tf @@ -70,7 +70,7 @@ module "snowflake_default_role" { for_each = local.default_roles source = "getindata/database-role/snowflake" - version = "1.1.1" + version = "2.0.1" context = module.this.context enabled = local.create_default_roles && lookup(each.value, "enabled", true) @@ -90,7 +90,7 @@ module "snowflake_custom_role" { for_each = local.custom_roles source = "getindata/database-role/snowflake" - version = "1.1.1" + version = "2.0.1" context = module.this.context enabled = module.this.enabled && lookup(each.value, "enabled", true)