Add Cloud Batch service identity (#1294)

This commit is contained in:
Wiktor Niesiobędzki 2023-03-30 08:05:12 +02:00 committed by GitHub
parent 94bf7bd63f
commit c76e95e7e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -30,6 +30,7 @@ locals {
artifactregistry = "service-%s@gcp-sa-artifactregistry"
bq = "bq-%s@bigquery-encryption"
cloudasset = "service-%s@gcp-sa-cloudasset"
cloudbatch = "service-%s@gcp-sa-cloudbatch"
cloudbuild = "service-%s@gcp-sa-cloudbuild"
cloudfunctions = "service-%s@gcf-admin-robot"
cloudrun = "service-%s@serverless-robot-prod"