gen-network-security-group

Latest: v4.0.0
Category
Networking
Total Versions
5
Last Updated
5/8/2026

Release History

v4.0.0 Latest Breaking

Changes:

  • - Added replace_triggerd_by to the lock so it is destroyed and recreated on when the NSG rule changes:
  • lifecycle {
  • replace_triggered_by = [azurerm_network_security_rule.main]
  • Merged PR 18522: Refactor NSG module: restructure resources and add variable definitions for s...

v3.0.3

Changes:

  • Added the ACT - Nightly build trigger as a pipeline resource trigger. Pipeline will then only run the test stage every night. Removed src trigger
  • Merged PR 17605: Update pr template and add nightly build trigger

v3.0.2

Changes:

  • Make NSG rule description option and add a default text if the variable is not set.
  • Merged PR 15818: Make NSG rule description optional.

v3.0.1

Changes:

  • Added variable group
  • Changed releasenote branch to main
  • Changed PR template without skip
  • Added IPMhub publish
  • Merged PR 12258: Remove 'Skip' option from pull request template and add a newline in main.tf

v3.0.0

Changes:

  • Network Security Group association with a subnet. This functionality is moved to subnet module.
  • Merged PR 11795: Remove subnet association from Network Security Group module
  • Updated pipeline and pull request template to work with the simacsupport releasenote website.
  • Update tflint to latest version.