terraform-azurerm-caf icon indicating copy to clipboard operation
terraform-azurerm-caf copied to clipboard

support for multiple msql vnet rules

Open reshmarajan1730 opened this issue 2 years ago • 0 comments

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

Testing

reshmarajan1730 avatar Aug 04 '22 06:08 reshmarajan1730