Skip to content

Commit

Permalink
chore: bump getindata/stage/snowflake from 2.1.1 to 3.0.0
Browse files Browse the repository at this point in the history
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](getindata/terraform-snowflake-stage@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] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 11, 2024
1 parent 61f1cf5 commit c1f7ddd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit c1f7ddd

Please sign in to comment.