gen-vnet

Latest: v2.2.4
Category
Networking
Total Versions
5
Last Updated
11/28/2025

Release History

v2.2.4 Latest

Changes:

  • Added id as output.
  • Merged PR 14654: Updated outputs.tf
  • Add exclusion for CheckOv check CKV_AZURE_183 - VNET Using External Addresses to allow for central DNS servers (or eg. Azure Firewall DNS Proxy)
  • Exclusion at the correct position in code

v2.2.3

Changes:

  • Add exclusion for CheckOv check CKV_AZURE_183 - VNET Using External Addresses to allow for central DNS servers (or eg. Azure Firewall DNS Proxy)
  • Exclusion at the correct position in code
  • Merged PR 13832: Updated main.tf

v2.2.2

Changes:

  • Add exclusion for CheckOv check CKV_AZURE_183 - VNET Using External Addresses to allow for central DNS servers (or eg. Azure Firewall DNS Proxy)
  • Merged PR 13733: Updated main.tf

v2.2.1

Changes:

  • Added variable group
  • Changed releasenote branch to main
  • Changed PR template without skip
  • Added IPMhub publish
  • Merged PR 12212: Update pull request template and CI/CD configuration

v2.2.0

Changes:

  • Added possibility for VNET module to automatically create an Entra ID Reader group for VNET including a Reader RBAC assignment. This group can then be used for instance Bastion access using the least privileged model.
  • To create the group via the module you need to add the create_entra_id_reader_group = true parameter to the module configuration. If not set, no group will be created.
  • Merged PR 11503: Add support for Entra ID Reader group in vNet module
  • Updated pipeline and pull request template to work with the simacsupport releasenote website.
  • Update tflint to latest version.