Skip to content

Commit

Permalink
feat: update terraform-google-artifact-registry-repository-iam to v…
Browse files Browse the repository at this point in the history
…0.0.2
  • Loading branch information
Nathan Parraga Thiesen committed Dec 14, 2021
1 parent b41c2c6 commit ccc0bc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iam.tf
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ locals {
}

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

for_each = var.policy_bindings != null ? local.policy_bindings : local.iam_map

Expand Down

0 comments on commit ccc0bc3

Please sign in to comment.