Skip to content

Commit

Permalink
fix: fixing source git url version
Browse files Browse the repository at this point in the history
  • Loading branch information
samen93 committed Oct 14, 2021
1 parent 5d525b6 commit db16faa
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-storage-bucket-iam.git?ref=v0.1.0"
source = "github.com/mineiros-io/terraform-google-storage-bucket-iam.git?ref=v0.0.1"

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

Expand Down

0 comments on commit db16faa

Please sign in to comment.