Skip to content

Commit

Permalink
chore: bump getindata/role/snowflake from 1.4.0 to 2.1.0
Browse files Browse the repository at this point in the history
Bumps [getindata/role/snowflake](https://github.com/getindata/terraform-snowflake-role) from 1.4.0 to 2.1.0.
- [Release notes](https://github.com/getindata/terraform-snowflake-role/releases)
- [Commits](getindata/terraform-snowflake-role@v1.4.0...v2.1.0)

---
updated-dependencies:
- dependency-name: getindata/role/snowflake
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 5, 2024
1 parent 22446ef commit 71ee4dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ module "snowflake_default_role" {
for_each = local.default_roles

source = "getindata/role/snowflake"
version = "1.4.0"
version = "2.1.0"

context = module.this.context
enabled = local.create_default_roles && each.value.enabled
Expand All @@ -45,7 +45,7 @@ module "snowflake_custom_role" {
for_each = local.custom_roles

source = "getindata/role/snowflake"
version = "1.4.0"
version = "2.1.0"

context = module.this.context
enabled = local.enabled && each.value.enabled
Expand Down

0 comments on commit 71ee4dc

Please sign in to comment.