Fix lint error on Openshift example

This commit is contained in:
Lorenzo Caggioni 2022-01-19 12:21:00 +01:00
parent 3c27f4d211
commit 9b254242ac
1 changed files with 1 additions and 1 deletions

View File

@ -172,7 +172,7 @@ terraform init
terraform apply terraform apply
``` ```
If you want to preserve state (which is always a good idea), configure a [GCS backend](https://www.terraform.io/docs/language/settings/backends/gcs.html) as you would do for any other Terraform GCP setup. If you want to preserve state (which is always a good idea), configure a [GCS backend](https://www.terraform.io/language/settings/backends/gcs) as you would do for any other Terraform GCP setup.
### Waiting for bootstrap to complete ### Waiting for bootstrap to complete