terraform-azurerm-network-security-group

Terraform module to create a network security group and assign it to the specified subnet

MIT License

Stars
90
terraform-azurerm-network-security-group - 4.1.0 Latest Release

Published by lonegunmanb over 1 year ago

  • 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)
terraform-azurerm-network-security-group - 4.0.1

Published by lonegunmanb over 1 year ago

  • 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])
terraform-azurerm-network-security-group - v4.0.0

Published by lonegunmanb over 1 year ago

terraform-azurerm-network-security-group - Fix `source_port_range` to the azure portal alert of `0-65535` is deprecated

Published by yupwei68 over 3 years ago

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

terraform-azurerm-network-security-group - Fix to allow set `destination_application_security_group_ids` `[]` for custom rules

Published by yupwei68 almost 4 years ago

Fix to allow set destination_application_security_group_ids [] for custom rules

terraform-azurerm-network-security-group - New fields `source_address_prefixes` and `destination_address_prefixes`

Published by yupwei68 almost 4 years ago

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.

terraform-azurerm-network-security-group - Integration of terramodtest 0.7.0

Published by yupwei68 about 4 years ago

Integration of terramodtest 0.7.0

terraform-azurerm-network-security-group - Terraform 0.13 support

Published by yupwei68 about 4 years ago

Terraform 0.13 support

terraform-azurerm-network-security-group - Add variable `source_application_security_group_ids` and `destination_application_security_group_ids`

Published by yupwei68 about 4 years ago

Add variable source_application_security_group_ids and destination_application_security_group_ids

terraform-azurerm-network-security-group - Integration of terramodtest 0.5.0

Published by yupwei68 over 4 years ago

Integration of terramodtest 0.5.0

terraform-azurerm-network-security-group - Removal of the creation of Resource Group

Published by yupwei68 over 4 years ago

  1. Removal of the creation of resource group. Instead, we import an existing resource group

  2. Support azurerm 2.0

terraform-azurerm-network-security-group - v2.0.0

Published by yupwei68 almost 5 years ago

Update the v2.0.0 to have TerraTest integration.

Package Rankings
Top 8.17% on Proxy.golang.org
Related Projects