From 4658e5faa78991bc00e2ddb5b0731b1581a0f1a4 Mon Sep 17 00:00:00 2001 From: ajlopezn Date: Fri, 10 Jun 2022 17:29:04 +0200 Subject: [PATCH] added variables required to be modified before applying again --- fast/stages/CLEANUP.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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