Skip to content

Commit

Permalink
fix(tf): allow build SA to read AR
Browse files Browse the repository at this point in the history
  • Loading branch information
henrybell committed Oct 31, 2024
1 parent dc01699 commit 6f6b79c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions terraform/modules/autoscaler-base/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ resource "google_service_account" "build_sa" {

resource "google_project_iam_member" "build_iam" {
for_each = toset([
"roles/artifactregistry.reader",
"roles/artifactregistry.writer",
"roles/logging.logWriter",
"roles/storage.objectViewer",
Expand Down

0 comments on commit 6f6b79c

Please sign in to comment.