From 8edde37f37710fffb61dbfcf209d67274bee74e5 Mon Sep 17 00:00:00 2001 From: konsthol Date: Tue, 21 Mar 2023 23:05:34 +0200 Subject: [PATCH] General commit (no IDs open) - Modifications for bad implementations --- assets/pages/gce/GCE_setup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/pages/gce/GCE_setup.md b/assets/pages/gce/GCE_setup.md index 377bf26..b5e2c93 100644 --- a/assets/pages/gce/GCE_setup.md +++ b/assets/pages/gce/GCE_setup.md @@ -30,7 +30,7 @@ In as few words as possible, here are the steps to follow: [Create Service Account Key](https://console.cloud.google.com/apis/credentials/serviceaccountkey) [Enable Compute Engine API](https://console.cloud.google.com/apis/library/compute.googleapis.com) -There are three values needed for authentication with the Google Compute Engine API. The first is the project ID, which is the name of the project you created in the Google Cloud Console. The second is the service account email address, which is the email address of the service account you created in the Google Cloud Console. The third is the path to the JSON file that contains the private key for the service account. You can find these values in the JSON file you downloaded from the Google Cloud Console. +There are three values needed for authentication with the Google Compute Engine API. The first is the project ID, which is the name of the project you created in the Google Cloud Console. The second is the service account email address, which is the email address of the service account you created in the Google Cloud Console. The third is the path to the JSON file (whose name and path are found by the script's internal logic by providing the private_key_id) that contains the private key for the service account. You can find these values in the JSON file you downloaded from the Google Cloud Console. Those values are also located in the JSON file and are translate to the following environment variables: * GCE_PROJECT_ID -> project_id