terraform-azurerm-caf
terraform-azurerm-caf copied to clipboard
support for multiple msql vnet rules
1227
PR Checklist
- [x] I have added example(s) inside the [./examples/] folder
- [ ] I have added the example(s) to the integration test list for normal (~30 minutes) or long runner >30 minutes
- [x] I have checked the coding conventions as per the wiki
- [] I have checked to ensure there aren't other open Pull Requests for the same update/change?
Description
Currently it is not possible to create multiple mysql vnet rules with different subnets. The mysql_vnet_rules block is using vnet and subnet reference from the top mysql server parameters. This change allows to create multipl vnet rules with different subnets
Does this introduce a breaking change
- [ ] YES
- [x] NO