Skip to content

Releases: Azure/terraform-azurerm-network-security-group

4.1.0

13 Mar 01:22
Compare
Choose a tag to compare
  • Fix version upgrade test #100 (lonegunmanb)
  • Bump golang.org/x/text from 0.3.7 to 0.3.8 in /test #96 (dependabot[bot])
  • Bump github.com/Azure/terraform-module-test-helper from 0.8.1 to 0.9.1 in /test #95 (dependabot[bot])
  • Introducing support for azurerm_network_security_rule creation with for_each iteration meta-argument #91 (juanjojulian)

4.0.1

07 Feb 13:39
Compare
Choose a tag to compare
  • Capture the iterator variable to avoid concurrent test error #89 (lonegunmanb)
  • Add random string to test resource group name so we can run tests in parallel #88 (lonegunmanb)
  • Bump github.com/gruntwork-io/terratest from 0.41.9 to 0.41.10 in /test #87 (dependabot[bot])
  • Bump github.com/Azure/terraform-module-test-helper from 0.7.1 to 0.8.1 in /test #86 (dependabot[bot])
  • Bump github.com/Azure/terraform-module-test-helper from 0.3.0 to 0.7.1 in /test #85 (dependabot[bot])

v4.0.0

07 Feb 13:38
Compare
Choose a tag to compare

Fix `source_port_range` to the azure portal alert of `0-65535` is deprecated

24 May 06:33
f7231da
Compare
Choose a tag to compare

The azure portal shows an alert if port-range 0-65535 is used instead of *

Fix to allow set `destination_application_security_group_ids` `[]` for custom rules

21 Jan 03:50
fd12ee6
Compare
Choose a tag to compare

Fix to allow set destination_application_security_group_ids [] for custom rules

New fields `source_address_prefixes` and `destination_address_prefixes`

25 Nov 02:53
55008d9
Compare
Choose a tag to compare

We support var.source_address_prefixes (list of string) and var.destination_address_prefixes (list of string) in the module for predefined_rules. And we support key source_address_prefixes (list of string) and destination_address_prefixes (list of string) in map custom_rules in the module.
More usage example is shown in README.

Integration of terramodtest 0.7.0

07 Sep 08:12
7fd739c
Compare
Choose a tag to compare

Integration of terramodtest 0.7.0

Terraform 0.13 support

01 Sep 08:24
1f403d4
Compare
Choose a tag to compare

Terraform 0.13 support

Add variable `source_application_security_group_ids` and `destination_application_security_group_ids`

07 Aug 01:53
28fc31a
Compare
Choose a tag to compare

Add variable source_application_security_group_ids and destination_application_security_group_ids

Integration of terramodtest 0.5.0

23 Mar 22:30
7b9c4fd
Compare
Choose a tag to compare

Integration of terramodtest 0.5.0