This PR adds the functionality for using the modular implementation of Matcha. It mainly updates the copy_file function within AzureTemplate class to recursively copy and concatenate Terraform files from the modules to the target destination.
This allows users to add modules to their stack to make a custom stack and provision only the required modules.
This PR adds the functionality for using the modular implementation of Matcha. It mainly updates the
copy_file
function within AzureTemplate class to recursively copy and concatenate Terraform files from the modules to the target destination.This allows users to add modules to their stack to make a custom stack and provision only the required modules.
Checklist
Please ensure you have done the following:
Type of change
Tick all those that apply: