From b028e40557b1d2e7adf6a351bfba750636e37616 Mon Sep 17 00:00:00 2001 From: Mike Coleman Date: Thu, 1 Feb 2024 08:13:45 -0800 Subject: [PATCH] Update plugins/gcpaudit/walkthrough.md Co-authored-by: Thomas Labarussias Signed-off-by: Mike Coleman --- plugins/gcpaudit/walkthrough.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/plugins/gcpaudit/walkthrough.md b/plugins/gcpaudit/walkthrough.md index 1a66c81c..5d0fcc30 100644 --- a/plugins/gcpaudit/walkthrough.md +++ b/plugins/gcpaudit/walkthrough.md @@ -46,7 +46,8 @@ gcloud config set project [project id] It is helpful later on to have your GCP project ID configured in an environment variable. - `PROJECT_ID="[project id]"` +```shell +export PROJECT_ID="[project id]" The next step is to create a Pub/Sub topic to receive the output from the GCP Audit logs.