From c1f7dddc0973e503016797f223cd7ad6ad158f30 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 12:37:06 +0000 Subject: [PATCH] chore: bump getindata/stage/snowflake from 2.1.1 to 3.0.0 Bumps [getindata/stage/snowflake](https://github.com/getindata/terraform-snowflake-stage) from 2.1.1 to 3.0.0. - [Release notes](https://github.com/getindata/terraform-snowflake-stage/releases) - [Commits](https://github.com/getindata/terraform-snowflake-stage/compare/v2.1.1...v3.0.0) --- updated-dependencies: - dependency-name: getindata/stage/snowflake dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.tf b/main.tf index 2b4b0cf..7e0acea 100644 --- a/main.tf +++ b/main.tf @@ -41,7 +41,7 @@ module "snowflake_stage" { for_each = var.stages source = "getindata/stage/snowflake" - version = "2.1.1" + version = "3.0.0" enabled = module.this.enabled && each.value.enabled context = module.this.context