From c7b70e42d07b6370803b2a9e833ab775ca849af9 Mon Sep 17 00:00:00 2001 From: Kartheek <48805484+KPRepos@users.noreply.github.com> Date: Wed, 2 Nov 2022 14:37:49 -0700 Subject: [PATCH] Update README.md Added a note about Project resource name to be unique and also to check if project was deleted recently. --- fast/stages/00-bootstrap/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fast/stages/00-bootstrap/README.md b/fast/stages/00-bootstrap/README.md index a0bafe49f..f5b020a76 100644 --- a/fast/stages/00-bootstrap/README.md +++ b/fast/stages/00-bootstrap/README.md @@ -262,7 +262,7 @@ terraform init terraform apply \ -var bootstrap_user=$(gcloud config list --format 'value(core.account)') ``` - +(If you see an error related to project name already exists, please make sure the project name is unique or the project was not deleted recently) Once the initial `apply` completes successfully, configure a remote backend using the new GCS bucket, and impersonation on the automation service account for this stage. To do this you can use the generated `providers.tf` file if you have configured output files as described above, or extract its contents from Terraform's output, then migrate state with `terraform init`: ```bash