Open Dost2010 opened 2 months ago
@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!
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.