From 27383fa0a261d7ae530d61c791d04e478dbce86f Mon Sep 17 00:00:00 2001 From: Lorenzo Caggioni Date: Mon, 17 Jan 2022 09:04:19 +0100 Subject: [PATCH 1/2] Add missing Service Identity Accounts --- modules/project/service_accounts.tf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/project/service_accounts.tf b/modules/project/service_accounts.tf index 48e85820..ebb2792a 100644 --- a/modules/project/service_accounts.tf +++ b/modules/project/service_accounts.tf @@ -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" From 91edd3e7e9e67881598490090c7329ef35af5d19 Mon Sep 17 00:00:00 2001 From: Lorenzo Caggioni Date: Mon, 17 Jan 2022 09:22:17 +0100 Subject: [PATCH 2/2] Update CHANGELOG --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 30f5f37e..d671095a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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