This repository has been archived by the owner on Nov 13, 2024. It is now read-only.
Releases: Azure/terraform-azurerm-vnet
Releases · Azure/terraform-azurerm-vnet
Support for `subnet_enforce_private_link_endpoint_network_policies` and `subnet_enforce_private_link_service_network_policies`
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
- Add local variables
azurerm_subnets
to prevent unnecessary force replacement - update README
Support Terraform 0.13 & Enhancement
- Support Terraform 0.13
- Add variable
subnet_service_endpoints
(type map(string)) to config theservice_endpoints
for each subnet
Update deprecated field `address_prefix`
Update deprecated field address_prefix
. No influence for users.
Integration of terramodtest 0.5.0
- Integration of terramodtest 0.5.0
- Support Terraform 0.12
- Support Azurerm 2.0
- Remove the creation of resource group, import an existing resource group
- address_space type use original list of string
- Allow create vnet without nsg