Skip to content

Commit

Permalink
chore: bump getindata/database-role/snowflake in /examples/complete
Browse files Browse the repository at this point in the history
Bumps [getindata/database-role/snowflake](https://github.com/getindata/terraform-snowflake-database-role) from 1.1.1 to 2.0.0.
- [Release notes](https://github.com/getindata/terraform-snowflake-database-role/releases)
- [Commits](getindata/terraform-snowflake-database-role@v1.1.1...v2.0.0)

---
updated-dependencies:
- dependency-name: getindata/database-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 Nov 4, 2024
1 parent 61f1cf5 commit 76c78da
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 @@ -70,7 +70,7 @@ module "snowflake_default_role" {
for_each = local.default_roles

source = "getindata/database-role/snowflake"
version = "1.1.1"
version = "2.0.0"
context = module.this.context
enabled = local.create_default_roles && lookup(each.value, "enabled", true)

Expand All @@ -90,7 +90,7 @@ module "snowflake_custom_role" {
for_each = local.custom_roles

source = "getindata/database-role/snowflake"
version = "1.1.1"
version = "2.0.0"
context = module.this.context
enabled = module.this.enabled && lookup(each.value, "enabled", true)

Expand Down

0 comments on commit 76c78da

Please sign in to comment.