Skip to content
This repository has been archived by the owner on Nov 13, 2024. It is now read-only.

Releases: Azure/terraform-azurerm-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

Update deprecated field `address_prefix`

28 Jul 05:43
b093046
Compare
Choose a tag to compare

Update deprecated field address_prefix. No influence for users.

Integration of terramodtest 0.5.0

24 Mar 02:56
44c63a1
Compare
Choose a tag to compare
  1. Integration of terramodtest 0.5.0
  2. Support Terraform 0.12
  3. Support Azurerm 2.0
  4. Remove the creation of resource group, import an existing resource group
  5. address_space type use original list of string
  6. Allow create vnet without nsg