Skip to content

Commit

Permalink
fix: Error: No value was found for project during import
Browse files Browse the repository at this point in the history
  • Loading branch information
czerasz committed Feb 16, 2022
1 parent b6bf459 commit 4d41e8e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions iam.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

0 comments on commit 4d41e8e

Please sign in to comment.