# Overview

Google cloud provides the infrastructure base for the wbstack.com deployment.

All actions were recorded in some way after initial setup in various scripts (opens new window).

Infrastructure management is slowly migrating to Terraform (opens new window).

# CLI Tooling

Go to https://console.cloud.google.com/ (opens new window) and download the gcloud SDK.

# Setting defaults

You can set your default project and region with the following:

gcloud config set project wbstack
gcloud config set compute/zone us-east1-b