Skip to content

Commit

Permalink
chore: bump getindata/role/snowflake from 1.0.3 to 1.3.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.0.3 to 1.3.0.
- [Release notes](https://github.com/getindata/terraform-snowflake-role/releases)
- [Commits](getindata/terraform-snowflake-role@v1.0.3...v1.3.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 8, 2024
1 parent 622dfb0 commit d0618b2
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.0.3"
version = "1.3.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.0.3"
version = "1.3.0"

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

0 comments on commit d0618b2

Please sign in to comment.