Releases: Azure-Terraform/terraform-azurerm-virtual-network
v8.0.1
Deprecation of azurerm_subnet enforce_private_link... arguments
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
New Contributors
Full Changelog: v7.0.0...v8.0.0
v7.0.0
v6.0.0
- Update aks input to only use a single subnet.
v5.2.0
Add route table name to aks output.
v5.1.0
Add subnet name to aks subnet output object.
v5.0.1
Bugfix:
- Corrects issue when using complex inputs for aks subnets.
Multi-AKS Support
Support for Multiple AKS subnet pairs/route tables.
Bug fix
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
- Fix typo in outputs