Skip to content

Google Cloud Platform

Ryan Parman edited this page Nov 4, 2024 · 1 revision

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