Skip to content

Commit

Permalink
feat: Add folder mover permission by default
Browse files Browse the repository at this point in the history
  • Loading branch information
ericyz authored and morgante committed Apr 15, 2020
1 parent 92b2774 commit 3fb6d5d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,8 @@ variable "sa_org_iam_permissions" {
"roles/orgpolicy.policyAdmin",
"roles/resourcemanager.folderCreator",
"roles/resourcemanager.folderViewer",
"roles/resourcemanager.organizationViewer"
"roles/resourcemanager.folderMover",
"roles/resourcemanager.organizationViewer",
]
}

Expand Down

0 comments on commit 3fb6d5d

Please sign in to comment.