Terraform#
This directory contains examples using Terraform for infrastructure as code:
- GCE Classic: deploy the application on Compute Engine with a WAR file, as described in this guide.
- GCE Container: deploy the application on Compute Engine with a container image, as described in this guide.
- GKE: deploy the application on Kubernetes Engine as described in this guide.
- GKE Cluster: create a Kubernetes Engine cluster for use with the previous example.
- Cloud Run: deploy the application on Cloud Run with a container image, as described in this guide.