solved another link issue

This commit is contained in:
ajlopezn 2022-06-10 18:34:00 +02:00
parent 1a2bdcf6b7
commit c91ec944f9
1 changed files with 1 additions and 1 deletions

View File

@ -106,5 +106,5 @@ rm -i terraform.tfstate*
```
In case you are willing to deploy FAST stages again, the following changes shall be done before:
* Modify the [prefix](/00-bootstrap/variables.tf) variable to allow the deployment of resources that need unique names (eg, projects).
* Modify the [prefix](00-bootstrap/variables.tf) variable to allow the deployment of resources that need unique names (eg, projects).
* Modify the [custom_roles](00-bootstrap/variables.tf) variable to allow recently deleted custom roles to be created again.