From 85c5667ff2ed649c8ebdd83481d24b56f9997f78 Mon Sep 17 00:00:00 2001 From: cka-y Date: Tue, 23 Jan 2024 16:17:16 -0500 Subject: [PATCH] feat: infra code update --- infra/functions-python/main.tf | 1 + 1 file changed, 1 insertion(+) diff --git a/infra/functions-python/main.tf b/infra/functions-python/main.tf index a018a5827..dadc0fa78 100644 --- a/infra/functions-python/main.tf +++ b/infra/functions-python/main.tf @@ -111,6 +111,7 @@ resource "google_cloudfunctions2_function" "extract_bb" { event_trigger { event_type = "google.cloud.audit.log.v1.written" + service_account_email = google_service_account.functions_service_account.email event_filters { attribute = "serviceName" value = "storage.googleapis.com"