From 692494053b953ccead7defa2e6153cd406387cc0 Mon Sep 17 00:00:00 2001 From: Erik Sundell Date: Thu, 22 Aug 2024 09:15:37 +0200 Subject: [PATCH] 2i2c, ohw: scratch bucket access for community managed google group --- terraform/gcp/projects/pilot-hubs.tfvars | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/terraform/gcp/projects/pilot-hubs.tfvars b/terraform/gcp/projects/pilot-hubs.tfvars index 1fa08833cb..c9b2a8d22b 100644 --- a/terraform/gcp/projects/pilot-hubs.tfvars +++ b/terraform/gcp/projects/pilot-hubs.tfvars @@ -65,6 +65,11 @@ user_buckets = { }, "scratch-ohw" : { "delete_after" : 7, + "extra_admin_members" : [ + # Requested via https://2i2c.freshdesk.com/a/tickets/2051, Erik and James + # were added as group owners besides Alex who requested it. + "group:pilot-hubs-scratch-ohw-writers@googlegroups.com", + ], }, }