From 825d1d628a51f3d4cc0788e2668852939c0c08c9 Mon Sep 17 00:00:00 2001 From: Marco Ieni <11428655+marcoieni@users.noreply.github.com> Date: Tue, 14 Apr 2026 15:28:54 +0200 Subject: [PATCH] Document gws service account --- terraform/google-workspace/service-accounts.tf | 1 + 1 file changed, 1 insertion(+) diff --git a/terraform/google-workspace/service-accounts.tf b/terraform/google-workspace/service-accounts.tf index 688a05fc8..2fc9938bd 100644 --- a/terraform/google-workspace/service-accounts.tf +++ b/terraform/google-workspace/service-accounts.tf @@ -6,6 +6,7 @@ resource "google_service_account" "gws-readonly-sa" { } # The service account key used for read-only access in API integrations +# in the team repo dry-run. resource "google_service_account_key" "gws-readonly-sa-key" { service_account_id = google_service_account.gws-readonly-sa.name }