https://github.com/iht/apache-hop-gcp-terraform
https://github.com/iht/apache-hop-gcp-terraform
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/iht/apache-hop-gcp-terraform
- Owner: iht
- License: apache-2.0
- Created: 2022-07-04T10:25:35.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-17T17:50:19.000Z (almost 4 years ago)
- Last Synced: 2025-03-02T14:49:16.673Z (over 1 year ago)
- Language: HCL
- Size: 25.6 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Hop web on GCP
## Launch IAP with VM
After deploying the VM with the Terraform code, you need to redirect a local port
to the VM using the [Identity Aware Proxy](https://cloud.google.com/iap).
Launch this command and leave it running:
```shell
gcloud compute start-iap-tunnel hop-vm 8080 --local-host-port=localhost:8080 --zone=
```
Then go to `localhost:8080` in your web browser to access the main UI of Hop.