Skip to content

Commit

Permalink
Added loadBalancerAdmin to compute-engine roles.
Browse files Browse the repository at this point in the history
  • Loading branch information
rosmo committed Nov 11, 2023
1 parent 6433549 commit 88cc698
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ locals {
}
compute-engine = {
org = []
project = ["roles/compute.instanceAdmin.v1"]
project = ["roles/compute.instanceAdmin.v1", "roles/compute.loadBalancerAdmin"]
apis = ["compute.googleapis.com"]
}
}
Expand Down

0 comments on commit 88cc698

Please sign in to comment.