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 1/2] 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 a0bafe49f4..f5b020a76a 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 From 85378ea0fb40c2f45cd29c4b8e7cdb4b46a99807 Mon Sep 17 00:00:00 2001 From: Julio Castillo Date: Thu, 3 Nov 2022 22:43:22 +0100 Subject: [PATCH 2/2] Update README.md --- fast/stages/00-bootstrap/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/fast/stages/00-bootstrap/README.md b/fast/stages/00-bootstrap/README.md index f5b020a76a..683025a77c 100644 --- a/fast/stages/00-bootstrap/README.md +++ b/fast/stages/00-bootstrap/README.md @@ -262,7 +262,8 @@ 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) +> 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