Skip to content

Commit c533bb5

Browse files
committed
Cleanup the gcloud SDK CLI tools installation / authentication steps
1 parent 2f1ec45 commit c533bb5

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

terraform/gcp/README.md

+4-6
Original file line numberDiff line numberDiff line change
@@ -73,22 +73,20 @@ sudo mv terraform /usr/local/bin
7373
terraform --version
7474
```
7575

76-
### Install the GCP SDK Command Line Tools
76+
### Install and Authenticate the GCP SDK Command Line Tools
7777

78-
> **Note**: if you are using the free [Google Cloud Shell](https://cloud.google.com/shell) VM, you will already have `gcloud` installed. So, you can safely skip this step.
78+
**If you are using [Google Cloud](https://cloud.google.com/shell), you already have `gcloud` setup. So, you can safely skip this step.**
7979

8080
To install the GCP SDK Command Line Tools, follow the installation instructions for your specific operating system:
8181

8282
* [Linux](https://cloud.google.com/sdk/docs/downloads-interactive#linux)
8383
* [MacOS](https://cloud.google.com/sdk/docs/downloads-interactive#mac)
8484
* [Windows](https://cloud.google.com/sdk/docs/downloads-interactive#windows)
8585

86-
#### Initialize the SDK
87-
88-
To perform common setup tasks like authorizing with GCP using `gcloud`, if you haven't already done so, run the following command:
86+
After installation, authenticate `gcloud` with the following command:
8987

9088
```console
91-
gcloud init
89+
gcloud auth login
9290
```
9391

9492
## Create a New Project

0 commit comments

Comments
 (0)