Skip to content

Commit

Permalink
chore: bump getindata/warehouse/snowflake in /examples/complete
Browse files Browse the repository at this point in the history
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](getindata/terraform-snowflake-warehouse@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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 20, 2023
1 parent 76f866d commit 71ef170
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/complete/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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"
Expand Down

0 comments on commit 71ef170

Please sign in to comment.