Skip to content

Releases: Azure/terraform-azurerm-vnet

4.0.0

30 Dec 01:37
Compare
Choose a tag to compare

3.2.0

08 Dec 12:52
Compare
Choose a tag to compare
  • Add new variable use_for_each so we can use for_each to create multiple resource instances. #92 (lonegunmanb)

3.1.0

07 Dec 03:26
Compare
Choose a tag to compare

Merged pull requests:

3.0.0

18 Oct 01:03
Compare
Choose a tag to compare

3.0.0 (Oct 18th, 2022)

ENHANCEMENTS:

  • Add new output vnet_subnets_name_id. #55
  • Add new CI pipeline. #71
  • Remove data.azurerm_resource_group.vnet. #72
  • var.subnet_prefixes's default value now is ["10.0.1.0/24", "10.0.2.0/24", "10.0.3.0/24"]. #73
  • Limit azurerm provider's version to >= 3.11, < 4.0, since enforce_private_link_endpoint_network_policies will be removed in 4.0. #74

BUG FIXES:

2.7.0

08 Aug 01:53
Compare
Choose a tag to compare
  • Accept the standard Microsoft SECURITY.MD file to help the community understand the security policy and how to safely report security issues. #64
  • Modify vnet's ddos protection plan to be configurable. #66

2.6.0

28 Jan 02:36
Compare
Choose a tag to compare

Add support for service delegation.

Add variable `vnet_location`

24 May 06:34
e3d043c
Compare
Choose a tag to compare

Add variable vnet_location to support to customize the location of the vnet

Support for `subnet_enforce_private_link_endpoint_network_policies` and `subnet_enforce_private_link_service_network_policies`

19 Feb 07:34
55670f8
Compare
Choose a tag to compare

Support for subnet_enforce_private_link_endpoint_network_policies(type of map(bool) with key subnet name, value true or false) and subnet_enforce_private_link_service_network_policies(type of map(bool) with key subnet name, value true or false)

Add local variables to prevent unnecessary force replacement

29 Sep 01:42
c5bc59e
Compare
Choose a tag to compare
  1. Add local variables azurerm_subnets to prevent unnecessary force replacement
  2. update README

Support Terraform 0.13 & Enhancement

07 Sep 08:05
65c31ec
Compare
Choose a tag to compare
  1. Support Terraform 0.13
  2. Add variable subnet_service_endpoints (type map(string)) to config the service_endpoints for each subnet