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.
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.