Skip to content

Releases: Azure/terraform-azurerm-network

5.2.0

28 Feb 01:52
Compare
Choose a tag to compare

5.1.0

28 Feb 01:51
Compare
Choose a tag to compare
  • Bump github.com/Azure/terraform-module-test-helper from 0.6.0 to 0.7.1 in /test #91 (dependabot[bot])
  • Bump github.com/gruntwork-io/terratest from 0.41.7 to 0.41.9 in /test #90 (dependabot[bot])
  • Clarify Terraform 1.3 requirement (fixes #88) #89 (don-code)
  • Bump github.com/Azure/terraform-module-test-helper from 0.4.0 to 0.6.0 in /test #87 (dependabot[bot])
  • Bump github.com/gruntwork-io/terratest from 0.41.6 to 0.41.7 in /test #86 (dependabot[bot])

5.0.0

13 Dec 08:46
Compare
Choose a tag to compare

4.2.0

08 Dec 10:56
Compare
Choose a tag to compare
  • Add new variable use_for_each so we can use for_each to create multiple resource instances. #84 (lonegunmanb)
  • Bump tflint plugin version, add new checking rule #83 (lonegunmanb)
  • Upgrade terraform-module-test-helper lib so we can get rid of override file to execute version upgrade test #82 (lonegunmanb)

4.1.0

24 Nov 05:48
Compare
Choose a tag to compare
  • Add support for delegation block for azurerm_subnet resource #81 (lonegunmanb)
  • reorder variables, outputs and arguments #80 (lonegunmanb)
  • Replace location with local variable #78 (jiaweitao001)
  • Fix CI pipeline by adding missing override file, version upgrade test and correct changelog filename #76 (lonegunmanb)
  • Rewrite output to get rid of legacy index syntax #75 (lonegunmanb)

4.0.1

24 Nov 05:47
Compare
Choose a tag to compare

4.0.0

22 Nov 06:01
Compare
Choose a tag to compare

Add new CI pipeline to this module.

add variable `subnet_service_endpoints` to configure service endpoints

31 May 06:08
7070853
Compare
Choose a tag to compare

Add variable subnet_service_endpoints to configure service endpoints.
subnet_service_endpoints is a map with key (string) subnet name, value (list(string)) to indicate enabled service endpoints on the subnet. Default value is [].

Add new variable `address_spaces`

24 May 06:30
176721b
Compare
Choose a tag to compare

Add new variable address_spaces to allow a list of address_space to be set.

Support for `subnet_enforce_private_link_endpoint_network_policies`

21 Jan 03:46
dc1d416
Compare
Choose a tag to compare

Support for new variable subnet_enforce_private_link_endpoint_network_policies: A map with key (string) subnet name, value (bool) true or false to indicate enable or disable network policies for the private link endpoint on the subnet. Default value is false.