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.