Releases: Azure/terraform-azurerm-network-security-group
Releases · Azure/terraform-azurerm-network-security-group
4.1.0
- 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
- 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
- Bump github.com/gruntwork-io/terratest from 0.41.4 to 0.41.9 in /test #84 (dependabot[bot])
- Restore
modules
folder #83 (lonegunmanb) - Refactor terraform code to meet codex requirements. #82 (Pumpkin-3906)
- Modernize the module architecture #78 (Pumpkin-3906)
- fix: change incorrect protocol casing #77 (koralowiec)
- Adding Microsoft SECURITY.MD #74 (microsoft-github-policy-service[bot])
- Fix direction at custom rules #72 (carlosdoliveira)
Fix `source_port_range` to the azure portal alert of `0-65535` is deprecated
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
Fix to allow set destination_application_security_group_ids
[]
for custom rules
New fields `source_address_prefixes` and `destination_address_prefixes`
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
Integration of terramodtest 0.7.0
Terraform 0.13 support
Terraform 0.13 support
Add variable `source_application_security_group_ids` and `destination_application_security_group_ids`
Add variable source_application_security_group_ids
and destination_application_security_group_ids
Integration of terramodtest 0.5.0
Integration of terramodtest 0.5.0