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.
This commit is contained in:
Kent 'picat' Gruber
2020-07-17 08:55:07 -04:00
parent 46f4a1d60c
commit 6e7db88267

View File

@@ -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