diff --git a/fast/stages/CLEANUP.md b/fast/stages/CLEANUP.md index aeeed567..ff27945c 100644 --- a/fast/stages/CLEANUP.md +++ b/fast/stages/CLEANUP.md @@ -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 \ No newline at end of file