Skip to content

Releases: Azure-Terraform/terraform-azurerm-virtual-network

v8.0.1

06 Nov 11:45
cafb241
Compare
Choose a tag to compare

What's Changed

  • Adding support for VNET module to work with azurerm 4.x by @wcarty in #56

New Contributors

Full Changelog: v8.0.0...v8.0.1

Deprecation of azurerm_subnet enforce_private_link... arguments

07 Mar 21:41
Compare
Choose a tag to compare

The enforce_private_link_endpoint_network_policies and enforce_private_link_service_network_policies properties of the azurerm_subnet resource have been replaced with private_endpoint_network_policies_enabled and private_link_service_network_policies_enabled respectively.

This was partially addressed in v7.0.0 of the module but incompletely. This release seeks to fix that and fully removes support for the two enforce... variables.

What's Changed

  • Consistent use of subnet private policy variables by @hamdrew in #52

New Contributors

Full Changelog: v7.0.0...v8.0.0

v7.0.0

27 Nov 15:54
e650bc0
Compare
Choose a tag to compare

What's Changed

  • Subnet Private Endpoint/Link Updates by @jhisc in #51

Full Changelog: v6.0.0...v7.0.0

v6.0.0

25 Apr 02:15
Compare
Choose a tag to compare
  • Update aks input to only use a single subnet.

v5.2.0

11 Apr 19:59
0865e0d
Compare
Choose a tag to compare

Add route table name to aks output.

v5.1.0

11 Apr 19:24
52317f9
Compare
Choose a tag to compare

Add subnet name to aks subnet output object.

v5.0.1

16 Sep 18:48
Compare
Choose a tag to compare

Bugfix:

  • Corrects issue when using complex inputs for aks subnets.

Multi-AKS Support

16 Jul 17:59
Compare
Choose a tag to compare

Support for Multiple AKS subnet pairs/route tables.

Bug fix

30 Jun 16:29
ddb57a6
Compare
Choose a tag to compare

The allow_internet_outbound, allow_lb_inbound, allow_vnet_inbound and allow_vnet_outbound variables were completely unused due to this commit, which was probably a copy-paste overlook.

Bugfix

29 Jun 17:50
53f1e16
Compare
Choose a tag to compare
  • Fix typo in outputs