Skip to content

Commit

Permalink
terraform fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
wiktorn committed Nov 14, 2023
1 parent 7f27161 commit 1e6a680
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions modules/organization/iam.tf
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@ resource "google_organization_iam_custom_role" "roles" {
}

resource "google_organization_iam_binding" "authoritative" {
for_each = local.iam
org_id = local.organization_id_numeric
role = each.key
members = each.value
for_each = local.iam
org_id = local.organization_id_numeric
role = each.key
members = each.value
depends_on = [google_organization_iam_custom_role.roles]
}

Expand Down

0 comments on commit 1e6a680

Please sign in to comment.