From 71ef1707ad6632b4036366ce686bd8f14153c80d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Oct 2023 11:51:20 +0000 Subject: [PATCH] chore: bump getindata/warehouse/snowflake in /examples/complete Bumps [getindata/warehouse/snowflake](https://github.com/getindata/terraform-snowflake-warehouse) from 1.0.0 to 2.1.0. - [Release notes](https://github.com/getindata/terraform-snowflake-warehouse/releases) - [Commits](https://github.com/getindata/terraform-snowflake-warehouse/compare/v1.0.0...v2.1.0) --- updated-dependencies: - dependency-name: getindata/warehouse/snowflake dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- examples/complete/main.tf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/complete/main.tf b/examples/complete/main.tf index 6b92b6f..13d7ba7 100644 --- a/examples/complete/main.tf +++ b/examples/complete/main.tf @@ -43,7 +43,7 @@ resource "snowflake_role" "this_dev" { module "warehouse_users" { source = "getindata/warehouse/snowflake" - version = "1.0.0" + version = "2.1.0" name = "warehouse_users" comment = "warehouse for users" @@ -65,7 +65,7 @@ module "warehouse_users" { module "warehouse_dbt" { source = "getindata/warehouse/snowflake" - version = "1.0.0" + version = "2.1.0" name = "warehouse_dbt" comment = "warehouse for dbt usage"