Google Cloud Platform - northwood-labs/macos-for-development GitHub Wiki

Overview

Google Cloud Platform (GCP) is a major cloud provider.

CLI tools

The Google Cloud CLI is a set of command-line (CLI) tools for interacting with the Google cloud. They also provide a helpful cheatsheet as well as tutorials for getting started.

SDKs

Terraform/OpenTofu

GCP has native Terraform integration. You can enable it in the CLI with:

gcloud components install config-connector --quiet
gcloud components install terraform-tools --quiet