Skip to content

Commit

Permalink
Update plugins/gcpaudit/walkthrough.md
Browse files Browse the repository at this point in the history
Co-authored-by: Thomas Labarussias <[email protected]>
Signed-off-by: Mike Coleman <[email protected]>
  • Loading branch information
mikegcoleman and Issif authored Feb 1, 2024
1 parent 607d671 commit b028e40
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion plugins/gcpaudit/walkthrough.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit b028e40

Please sign in to comment.