Skip to content

Commit

Permalink
Merge pull request #44 from xandroc/main
Browse files Browse the repository at this point in the history
Update gcloud workstation connection params
  • Loading branch information
moleske authored May 20, 2022
2 parents 4741ad1 + ace20cd commit 4f7475a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions bash-it/vat-ws.bash
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
alias vat-ws-1='gcloud beta compute ssh --zone "us-central1-a" "pivotal@vat-ws-1" --project "cf-cli" --ssh-flag="-A"'
alias vat-ws-2='gcloud beta compute ssh --zone "us-central1-a" "pivotal@vat-ws-2" --project "cf-cli" --ssh-flag="-A"'
alias vat-ws-3='gcloud beta compute ssh --zone "us-west1-b" "pivotal@vat-ws-3" --project "cf-cli" --ssh-flag="-A"'
alias vat-ws-4='gcloud beta compute ssh --zone "us-central1-a" "pivotal@vat-ws-4" --project "cf-cli" --ssh-flag="-A"'
alias capi-ws-1='gcloud beta compute ssh --zone "us-central1-a" "pivotal@capi-ws-1" --project "cf-capi-arya" --ssh-flag="-A"'
alias capi-ws-2='gcloud beta compute ssh --zone "us-central1-a" "pivotal@capi-ws-2" --project "cf-capi-arya" --ssh-flag="-A"'
alias capi-ws-3='gcloud beta compute ssh --zone "us-west1-b" "pivotal@capi-ws-3" --project "cf-capi-arya" --ssh-flag="-A"'
alias capi-ws-4='gcloud beta compute ssh --zone "us-central1-a" "pivotal@capi-ws-4" --project "cf-capi-arya" --ssh-flag="-A"'

alias capi-ws-1='gcloud beta compute ssh --zone "us-central1-a" "pivotal@capi-ws-1" --project "cf-capi-arya" --ssh-flag="-A"'
alias capi-ws-2='gcloud beta compute ssh --zone "us-central1-a" "pivotal@capi-ws-2" --project "cf-capi-arya" --ssh-flag="-A"'
Expand Down

0 comments on commit 4f7475a

Please sign in to comment.