-
Notifications
You must be signed in to change notification settings - Fork 0
Google Cloud Platform
Ryan Parman edited this page Nov 4, 2024
·
1 revision
Google Cloud Platform (GCP) is a major cloud provider.
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.
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