From 22f42640c3350965c9434b2e87e0ed1e930e4b31 Mon Sep 17 00:00:00 2001 From: Felipe Travi Date: Fri, 9 Dec 2022 18:03:47 -0300 Subject: [PATCH] add-set-project --- setup/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/setup/README.md b/setup/README.md index 234bc035..29a34d0e 100644 --- a/setup/README.md +++ b/setup/README.md @@ -23,6 +23,7 @@ To deploy Four Keys with Terraform, you will first need: 1. Set an environment variable indicating your Google Cloud project ID: ```sh export PROJECT_ID="YOUR_PROJECT_ID" + gcloud config set project $PARENT_PROJECT_ID ``` 1. Clone the fourkeys git repository and change into the root directory