From 85378ea0fb40c2f45cd29c4b8e7cdb4b46a99807 Mon Sep 17 00:00:00 2001 From: Julio Castillo Date: Thu, 3 Nov 2022 22:43:22 +0100 Subject: [PATCH] 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 f5b020a76..683025a77 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