From 64355a22b7fea83f615e16bd5cfd838f23c3a53f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Dec 2023 12:54:13 +0000 Subject: [PATCH] chore: Bump getindata/role/snowflake in /examples/complete-azure 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] --- examples/complete-azure/main.tf | 2 +- main.tf | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/complete-azure/main.tf b/examples/complete-azure/main.tf index e18a8ed..ac80247 100644 --- a/examples/complete-azure/main.tf +++ b/examples/complete-azure/main.tf @@ -2,7 +2,7 @@ data "azurerm_client_config" "current" {} module "snowflake_dev_role" { source = "getindata/role/snowflake" - version = "1.0.3" + version = "1.2.0" context = module.this.context name = "dev" } diff --git a/main.tf b/main.tf index 5114852..1a9e1db 100644 --- a/main.tf +++ b/main.tf @@ -29,7 +29,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 descriptor_name = each.value.descriptor_name @@ -49,7 +49,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 descriptor_name = each.value.descriptor_name