From 6b7db8a1630920491f77137289027a90fa444ea2 Mon Sep 17 00:00:00 2001 From: Carlos Timoteo Date: Mon, 25 Nov 2024 14:05:19 -0500 Subject: [PATCH] Update README.md --- infrastructure/terraform/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infrastructure/terraform/README.md b/infrastructure/terraform/README.md index 5d49e845..a48312e2 100644 --- a/infrastructure/terraform/README.md +++ b/infrastructure/terraform/README.md @@ -154,7 +154,7 @@ Because a Cloud Shell session is ephemeral, your Cloud Shell session could termi Reset your Google Cloud Project ID variables: - ```shell + ```bash export PROJECT_ID="[your Google Cloud project id]" gcloud config set project $PROJECT_ID ```