Azure / azure-data-labs-modules

A list of Terraform modules to build your Azure Data IaC templates.
http://azuredatalabs.com
MIT License
86 stars 46 forks source link

Lack of support in network-security-rule for multiple prefixes. gap from the providers' feature/capability. #246

Open aluevano opened 1 year ago

aluevano commented 1 year ago

The network-security-rule doesn't implement the provider's source_address_prefixes property. If multiple source addresses are needed, the current release of the module fails because it supports only one address.

A simple boolean logic could enable the feature in the module.

### Tasks
- [ ] https://github.com/Azure/azure-data-labs-modules/pull/247
murggu commented 1 year ago

Thanks @aluevano - thanks for the feedback. You okay to create a PR for this?