Skip to content

Commit

Permalink
Add bq dataViewer to folder_additional_roles
Browse files Browse the repository at this point in the history
Code in https://github.com/mozilla/terraform-modules/blob/main/google_permissions/other_roles.tf suggests this should be a role allowed to be added to `folder_roles` input

This roles absence from the locals defined here causes the error "You have specified an invalid folder role." to be raised when this option is attempted
  • Loading branch information
corbanCloud authored Dec 19, 2024
1 parent 0a80f40 commit 49ca730
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions google_permissions/outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ locals {
// and that already have have existing supporting resource definitions.
folder_additional_roles = [
"roles/bigquery.jobUser",
"roles/bigquery.dataViewer",
"roles/redis.admin",
"roles/logging.admin",
"roles/monitoring.alertPolicyEditor",
Expand Down

0 comments on commit 49ca730

Please sign in to comment.