Skip to content

Commit

Permalink
chore: Bump getindata/role/snowflake in /examples/complete-azure
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.2.0.
- [Release notes](https://github.com/getindata/terraform-snowflake-role/releases)
- [Commits](getindata/terraform-snowflake-role@v1.0.3...v1.2.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 25, 2023
1 parent f2cc0ac commit 64355a2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/complete-azure/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ data "azurerm_client_config" "current" {}

module "snowflake_dev_role" {
source = "getindata/role/snowflake"
version = "1.0.3"
version = "1.2.0"
context = module.this.context
name = "dev"
}
Expand Down
4 changes: 2 additions & 2 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ module "snowflake_default_role" {
for_each = local.default_roles

source = "getindata/role/snowflake"
version = "1.0.3"
version = "1.2.0"
context = module.this.context
enabled = local.create_default_roles && each.value.enabled
descriptor_name = each.value.descriptor_name
Expand All @@ -49,7 +49,7 @@ module "snowflake_custom_role" {
for_each = local.custom_roles

source = "getindata/role/snowflake"
version = "1.0.3"
version = "1.2.0"
context = module.this.context
enabled = local.enabled && each.value.enabled
descriptor_name = each.value.descriptor_name
Expand Down

0 comments on commit 64355a2

Please sign in to comment.