I have many Terraform root modules that I apply whenever I need to create a new environment. Natively, Terraform doesn’t have a workflow that will allow me to chain these in an order to run in.
I’m curious how others handle this scenario. What other tools/patterns are you using to accomplish this or similar.
I used Atlantis today and I have not been able to find any feature that could replicate this. Also native Terraform does not seem to handle this.