Skip to content

Latest commit

 

History

History
35 lines (20 loc) · 873 Bytes

README.md

File metadata and controls

35 lines (20 loc) · 873 Bytes

JHipster Terraform POC

Goal: provide Terraform scripts to create the cloud infrastructure to deploy a JHipster microservice architecture on Kubernetes.

Required tools

GCP

Azure

AWS

Quickstart instruction

GCP

Login to GCP and import temporary auth token to your shell environment:

gcloud auth application-default login 
export GOOGLE_OAUTH_ACCESS_TOKEN=$(gcloud auth print-access-token)

Apply the terraform:

cd live/gcp-demo/main
terragrunt apply