add missing newline

This commit is contained in:
Ludo 2023-01-28 09:27:31 +01:00
parent af8f2f6e6a
commit 83a0916bff
No known key found for this signature in database
1 changed files with 1 additions and 0 deletions

View File

@ -264,6 +264,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`: