We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f1d6a7 commit c37b6b9Copy full SHA for c37b6b9
terraform/modules/pipelines/main.tf
@@ -13,7 +13,8 @@ resource "google_project_iam_member" "cloud_build_roles" {
13
"roles/source.admin",
14
"roles/storage.admin",
15
"roles/logging.logWriter",
16
- "roles/iam.serviceAccountUser"
+ "roles/iam.serviceAccountUser",
17
+ "roles/run.developer"
18
])
19
project = var.project_id
20
role = each.value
0 commit comments