Redis refactoring
All Submissions:
- [YES] Have you added an explanation of what your changes do and why you'd like us to include them?
- [YES] I have updated the documentation accordingly.
- [YES] My code follows the code style of this project.
Does this introduce a breaking change?
- [YES] The path in TF state will be changed, to avoid recreation of existing redis instances (downtime) you can use terraform state mv.
Example:
terraform state mv module.redis_cache module.redis_cache["cache"]
terraform state mv module.redis_queue module.redis_cache["queue"]
Edited by Igor Zimovets (EPAM)