added variables required to be modified before applying again

This commit is contained in:
ajlopezn
2022-06-10 17:29:04 +02:00
parent 8da7fbd351
commit 4658e5faa7

View File

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