CloudNationHQ / terraform-azure-vnet

Terraform module which creates virtual network resources used by workloads and accelerators.
https://library.tf/modules/CloudNationHQ/vnet/azure/latest
MIT License
1 stars 1 forks source link

feat!: network security groups can be optional now and small refactor… #34

Closed dkooll closed 7 months ago

dkooll commented 7 months ago

… data structure

∙ BREAKING CHANGE: To create network security groups and their associations, it is now required to explicitly define them within the config. In previous versions this was not needed, and without correct usage they will be removed. Please review the examples folder.