Skip to content

Commit

Permalink
added variables required to be modified before applying again
Browse files Browse the repository at this point in the history
  • Loading branch information
ajlopezn committed Jun 10, 2022
1 parent 8da7fbd commit 4658e5f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion fast/stages/CLEANUP.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

This comment has been minimized.

Copy link
@juliocc

juliocc Jun 10, 2022

Collaborator

remove the links since the line numbers can change. Better just use backticks for variable names.

* Modify [custom_roles](00-bootstrap/variables.tf#L77) variable to allow recently deleted custom roles to be created again

0 comments on commit 4658e5f

Please sign in to comment.