Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature request - modularize script but monolithic deployment [Terraform] #156

Open
Dost2010 opened this issue Aug 14, 2024 · 1 comment

Comments

@Dost2010
Copy link

The current terraform script requires configuring each module separately and executing it. After executing, the output of this module is input in another module manually and second module is executed in series and hence forth so on.

It will be nice to have master terraform code where each module is executed and the output of module is pass automatically to the next to minimize manual entry and reducing state issues individually.

A rollback code should also support rolling back all modules and removing it from Azure deployment.

@ibersanoMS
Copy link
Contributor

@Dost2010 We have a full deployment of the architecture in Terraform here. After you deploy the entire architecture, you can run terraform destroy to clean up the entire infrastructure which is also mentioned in the instructions. Hope that answers your question!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants