Created
October 19, 2018 23:47
-
-
Save b0noI/ab57a4a3376290b6ffddfc6848e45b3b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
export IP=... | |
export LB_NAME="tf-lb" | |
export FORWARDING_RULE="lb-fwd-rule" | |
gcloud compute forwarding-rules create $FORWARDING_RULE \ | |
--address $IP \ | |
--global \ | |
--target-http-proxy $LB_NAME \ | |
--ports 80 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment