Merge pull request #434 from GoogleCloudPlatform/lcaggio-20220117

Add missing Service Identity Accounts
This commit is contained in:
lcaggio 2022-01-17 09:31:09 +01:00 committed by GitHub
commit 8cb9f96c71
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 0 deletions

View File

@ -5,6 +5,7 @@ All notable changes to this project will be documented in this file.
## Unreleased
- new `net-glb` module for Global External Load balancer
- Module `project`: add missing Service Identity Accounts: artifactregistry, composer.
## [12.0.0] - 2022-01-11

View File

@ -21,9 +21,11 @@ locals {
gae = "${local.project.project_id}@appspot.gserviceaccount.com"
}
service_accounts_robot_services = {
artifactregistry = "gcp-sa-artifactregistry"
bq = "bigquery-encryption"
cloudasset = "gcp-sa-cloudasset"
cloudbuild = "gcp-sa-cloudbuild"
composer = "cloudcomposer-accounts"
compute = "compute-system"
container-engine = "container-engine-robot"
containerregistry = "containerregistry"