Created
October 19, 2018 23:38
-
-
Save b0noI/d5e01fcab44428bd53496806a3ce0a5e 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 WEB_MAP_NAME="map-all" | |
| export LB_NAME="tf-lb" | |
| gcloud compute target-http-proxies create $LB_NAME \ | |
| --url-map $WEB_MAP_NAME |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment