Skip to content
This repository has been archived by the owner on Aug 29, 2023. It is now read-only.

Commit

Permalink
fix: terraform config
Browse files Browse the repository at this point in the history
  • Loading branch information
tomschall committed Jun 13, 2023
1 parent 7f7559c commit 1db7fa6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions terraform/cloud-run.tf
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ resource "google_project_iam_member" "cloud-runner" {
"roles/viewer",
"roles/storage.objectViewer",
"roles/run.admin",
"roles/secretmanager.admin",
])
role = each.key
member = "serviceAccount:${google_service_account.cloud-runner.email}"
Expand Down

0 comments on commit 1db7fa6

Please sign in to comment.