diff --git a/01-Terraform-Install-Tools/README.md b/01-Terraform-Install-Tools/README.md index b585991..468f24a 100644 --- a/01-Terraform-Install-Tools/README.md +++ b/01-Terraform-Install-Tools/README.md @@ -1,4 +1,5 @@ --- +## git demo### title: GCP Google Cloud Platform - Install CLI Tools description: Learn to install cli tools required for using Terraform on GCP --- @@ -142,6 +143,7 @@ gcloud version # Initialize gcloud CLI gcloud init + # List accounts whose credentials are stored on the local system: gcloud auth list