diff --git a/iam.tf b/iam.tf index d817b38..7bed5b9 100644 --- a/iam.tf +++ b/iam.tf @@ -21,4 +21,5 @@ module "iam" { members = try(each.value.members, null) authoritative = try(each.value.authoritative, true) policy_bindings = try(each.value.policy_bindings, null) + project = var.project }