Skip to content

Terraform#

This directory contains examples using Terraform for infrastructure as code:

  1. GCE Classic: deploy the application on Compute Engine with a WAR file, as described in this guide.
  2. GCE Container: deploy the application on Compute Engine with a container image, as described in this guide.
  3. GKE: deploy the application on Kubernetes Engine as described in this guide.
  4. GKE Cluster: create a Kubernetes Engine cluster for use with the previous example.
  5. Cloud Run: deploy the application on Cloud Run with a container image, as described in this guide.