Skip to content

Commit 1647ec6

Browse files
authored
Another missing --project=$PROJECT
This isn't required to be there if a user sets their project correctly but is helpful for folks running partial steps from this guide.
1 parent 3f4b27d commit 1647ec6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

xpk-large-scale-guide.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ gcloud compute routers create "${ROUTER_NAME}" \
101101
gcloud compute routers nats create "${NAT_CONFIG}" \
102102
--router="${ROUTER_NAME}" \
103103
--region="${REGION}" \
104+
--project="${PROJECT}" \
104105
--auto-allocate-nat-external-ips \
105106
--nat-all-subnet-ip-ranges \
106107
--enable-logging

0 commit comments

Comments
 (0)