Skip to content

Commit

Permalink
Merge pull request #943 from KPRepos/patch-2
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
juliocc authored Nov 3, 2022
2 parents 3160d61 + 85378ea commit b166938
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fast/stages/00-bootstrap/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -262,6 +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`:

Expand Down

0 comments on commit b166938

Please sign in to comment.