Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
g-awmalik committed Oct 27, 2023
1 parent b3ee912 commit e77e272
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infra/terraform/test-org/org-iam-policy/iam.tf
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ locals {
"roles/resourcemanager.lienModifier" : ["serviceAccount:${local.project_cleaner}"],
"roles/resourcemanager.organizationAdmin" : [
"group:${local.cft_ci_group}",
"group:${local.gcp_admins_group_test}",
"group:${local.gcp_admins_group_test}",
],
"roles/resourcemanager.organizationViewer" : ["group:${local.cft_ci_group}"],
"roles/resourcemanager.projectDeleter" : ["serviceAccount:${local.project_cleaner}"],
Expand Down

0 comments on commit e77e272

Please sign in to comment.