Skip to content

Commit

Permalink
Fix permissions for branch network dev - read sa (GoogleCloudPlatform…
Browse files Browse the repository at this point in the history
…#2233)

Co-authored-by: Luca Prete <lucaprete@google.com>
  • Loading branch information
2 people authored and dibaskar-google committed May 14, 2024
1 parent af93cb2 commit 617c950
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions fast/stages/1-resman/branch-networking.tf
Original file line number Diff line number Diff line change
Expand Up @@ -101,10 +101,10 @@ module "branch-network-dev-folder" {
)
# read-only (plan) automation service accounts
"roles/compute.networkViewer" = concat(
local.branch_optional_r_sa_lists.dp-prod,
local.branch_optional_r_sa_lists.gke-prod,
local.branch_optional_r_sa_lists.dp-dev,
local.branch_optional_r_sa_lists.gke-dev,
local.branch_optional_r_sa_lists.gcve-dev,
local.branch_optional_r_sa_lists.pf-prod,
local.branch_optional_r_sa_lists.pf-dev,
)
(local.custom_roles.gcve_network_admin) = local.branch_optional_sa_lists.gcve-dev
}
Expand Down

0 comments on commit 617c950

Please sign in to comment.