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