Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 556 Bytes

README.md

File metadata and controls

29 lines (20 loc) · 556 Bytes

Terraform | Google Cloud - Preparatory steps

In order for Terraform to run operations on your behalf, you must install and configure the gcloud SDK tool.

Example

macOS installation and setup

brew install --cask google-cloud-sdk
gcloud components install gke-gcloud-auth-plugin
gcloud init
gcloud auth application-default login
If there are other active accounts, run
gcloud config set account `ACCOUNT`