In this PR, we integrate Azure-specific logic and coding templates into GCP's original magic-modules. We put all azure-specific code in azure folders, and only inject the least amount of code into original files.
We also support running magic-modules side-by-side, by using the --cloud switch. By default we will use GCP templates and logic, so it will not affect any existing magic-modules user code.
In this PR, we integrate Azure-specific logic and coding templates into GCP's original magic-modules. We put all azure-specific code in
azure
folders, and only inject the least amount of code into original files.We also support running magic-modules side-by-side, by using the
--cloud
switch. By default we will use GCP templates and logic, so it will not affect any existing magic-modules user code.