Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: refactor to modules and add ddos (#175)
<!-- Thank you for submitting a Pull Request. Please fill out the template below.--> ## Overview/Summary Replacing the complete-multi-region starter module with a modular implementation that leverages native Terraform inputs. Also adding ddos plan and other minor fixes / improvements. Please note that the `examples` folder and the `yaml.tf` file are deleted by the ALZ PowerShell module, so they do not get pushed to source control. The purpose of the `yaml.tf` file is to enable us to spit out a config YAML file that is used in the docs since we now use a tfvars files for the local testing. See the sister PR for those files: Azure/ALZ-PowerShell-Module#214 ## This PR fixes/adds/changes/removes N/A ### Breaking Changes This is a breaking change to the complete-multi-region starter module. ## Testing Evidence Please provide any testing evidence to show that your Pull Request works/fixes as described and planned (include screenshots, if appropriate). ## As part of this Pull Request I have - [x] Checked for duplicate [Pull Requests](https://github.com/Azure/alz-terraform-accelerator/pulls) - [x] Associated it with relevant [issues](https://github.com/Azure/alz-terraform-accelerator/issues), for tracking and closure. - [x] Ensured my code/branch is up-to-date with the latest changes in the `main` [branch](https://github.com/Azure/alz-terraform-accelerator/tree/main) - [x] Performed testing and provided evidence. - [x] Updated relevant and associated documentation.
- Loading branch information