Skip to content

Commit

Permalink
Merge pull request #24 from mineiros-io/kkmlr/update-iam-version
Browse files Browse the repository at this point in the history
chore: update iam module call version and pre-commit
  • Loading branch information
zied-elouaer authored Mar 19, 2024
2 parents 4c804cf + 1fb125a commit d8f93b8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/mineiros-io/pre-commit-hooks
rev: v0.4.1
rev: v0.5.1
hooks:
- id: phony-targets
- id: terradoc-validate
Expand Down
4 changes: 2 additions & 2 deletions iam.tf
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ locals {


module "iam" {
source = "github.com/mineiros-io/terraform-google-artifact-registry-repository-iam.git?ref=v0.1.0"
source = "github.com/mineiros-io/terraform-google-artifact-registry-repository-iam.git?ref=v0.2.0"

for_each = [local.iam_map, {}][var.policy_bindings == null ? 0 : 1]

Expand All @@ -34,7 +34,7 @@ module "iam" {
}

module "policy_bindings" {
source = "github.com/mineiros-io/terraform-google-artifact-registry-repository-iam.git?ref=v0.1.0"
source = "github.com/mineiros-io/terraform-google-artifact-registry-repository-iam.git?ref=v0.2.0"

count = var.policy_bindings != null ? 1 : 0

Expand Down

0 comments on commit d8f93b8

Please sign in to comment.