Skip to content

Commit

Permalink
feat: infra code update
Browse files Browse the repository at this point in the history
  • Loading branch information
cka-y committed Jan 23, 2024
1 parent 8c72dad commit 85c5667
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions infra/functions-python/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 85c5667

Please sign in to comment.