From 9a71d0e260c63a7e12da26491ae86f0707d1090d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Petazzoni?= Date: Wed, 19 Jan 2022 11:24:00 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=83=20Add=20gcloud=20auth=20applicatio?= =?UTF-8?q?n-default=20login?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- slides/terraform/quickstart-gke.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/slides/terraform/quickstart-gke.md b/slides/terraform/quickstart-gke.md index 3784ce0a..d0a5ea01 100644 --- a/slides/terraform/quickstart-gke.md +++ b/slides/terraform/quickstart-gke.md @@ -4,6 +4,16 @@ - Authenticate with `gcloud auth login` + (this is to use `gcloud` CLI commands) + +- Authenticate with `gcloud auth application-default login` + + (this is so that Terraform can use the GCP API) + +--- + +## Create project + - Create a project or use one of your existing ones - Set the `GOOGLE_PROJECT` env var to the project name