Skip to content

Commit c37b6b9

Browse files
committed
adding permission for building out cloud run instances
1 parent 4f1d6a7 commit c37b6b9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

terraform/modules/pipelines/main.tf

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ resource "google_project_iam_member" "cloud_build_roles" {
1313
"roles/source.admin",
1414
"roles/storage.admin",
1515
"roles/logging.logWriter",
16-
"roles/iam.serviceAccountUser"
16+
"roles/iam.serviceAccountUser",
17+
"roles/run.developer"
1718
])
1819
project = var.project_id
1920
role = each.value

0 commit comments

Comments
 (0)