Skip to content

Commit

Permalink
fix: add get project permission to org snapshot role
Browse files Browse the repository at this point in the history
  • Loading branch information
kirklandnuts committed Nov 13, 2024
1 parent 0d638c6 commit 7a450c7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions custom_roles.tf
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ resource "google_organization_iam_custom_role" "agentless_orchestrate" {
// Required for Resource Group v2
"resourcemanager.organizations.get",
"resourcemanager.folders.get",
"resourcemanager.projects.get",
]
}

Expand Down

0 comments on commit 7a450c7

Please sign in to comment.