From 6e7db88267a56fb7bbaf8d349913444002c262da Mon Sep 17 00:00:00 2001 From: Kent 'picat' Gruber Date: Fri, 17 Jul 2020 08:55:07 -0400 Subject: [PATCH] Ensure to use the "project ID" terminology instead of "project name" Project IDs and project names are typically the same, but they are separate things. Now also matches to the wording in previous steps. --- terraform/gcp/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terraform/gcp/README.md b/terraform/gcp/README.md index 9c17f004d..c574aef8e 100644 --- a/terraform/gcp/README.md +++ b/terraform/gcp/README.md @@ -174,7 +174,7 @@ export GOOGLE_APPLICATION_CREDENTIALS=$(realpath account.json) Before moving onto the next steps, ensure the following environment variables are set: -* `GOOGLE_PROJECT` with your selected GCP project name. +* `GOOGLE_PROJECT` with your selected GCP project ID. * `GOOGLE_APPLICATION_CREDENTIALS` with the *full path* to the Terraform Service Account `account.json` credentials file created in the last step. ## Build HashiStack Golden Image with Packer