From 42d077827784db2c70b0f9b3d5a7de992fa0be3a Mon Sep 17 00:00:00 2001 From: Daniel Ma <52453932+danielma911@users.noreply.github.com> Date: Mon, 6 Jan 2025 17:07:56 +0800 Subject: [PATCH] Update README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a758cf0..93a3cce 100644 --- a/README.md +++ b/README.md @@ -384,7 +384,8 @@ Create a network firewall policy with mirroring rules. Create security profile --layer4-configs all \ --src-ip-ranges 0.0.0.0/0 \ --dest-ip-ranges 0.0.0.0/0 \ - --direction INGRESS + --direction INGRESS \ + --project $CONSUMER_PROJECT gcloud beta compute network-firewall-policies mirroring-rules create 11 \ --action mirror \ @@ -394,7 +395,8 @@ Create a network firewall policy with mirroring rules. Create security profile --layer4-configs all \ --src-ip-ranges 0.0.0.0/0 \ --dest-ip-ranges 0.0.0.0/0 \ - --direction EGRESS + --direction EGRESS + --project $CONSUMER_PROJECT 5. Associate the network firewall policy to the consumer VPC network.