terraform-azurerm-vnet

Terraform module to create/provision Azure vnet

MIT License

Stars
137
terraform-azurerm-vnet - 4.0.0 Latest Release

Published by lonegunmanb almost 2 years ago

terraform-azurerm-vnet - 3.2.0

Published by lonegunmanb almost 2 years ago

  • Add new variable use_for_each so we can use for_each to create multiple resource instances. #92 (lonegunmanb)
terraform-azurerm-vnet - 3.1.0

Published by lonegunmanb almost 2 years ago

Merged pull requests:

terraform-azurerm-vnet - 3.0.0

Published by lonegunmanb about 2 years ago

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:

terraform-azurerm-vnet - 2.7.0

Published by lonegunmanb about 2 years ago

  • 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
terraform-azurerm-vnet - 2.6.0

Published by lonegunmanb over 2 years ago

Add support for service delegation.

terraform-azurerm-vnet - Add variable `vnet_location`

Published by yupwei68 over 3 years ago

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

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)

terraform-azurerm-vnet - Add local variables to prevent unnecessary force replacement

Published by yupwei68 about 4 years ago

  1. Add local variables azurerm_subnets to prevent unnecessary force replacement
  2. update README
terraform-azurerm-vnet - Support Terraform 0.13 & Enhancement

Published by yupwei68 about 4 years ago

  1. Support Terraform 0.13
  2. Add variable subnet_service_endpoints (type map(string)) to config the service_endpoints for each subnet
terraform-azurerm-vnet - Update deprecated field `address_prefix`

Published by yupwei68 about 4 years ago

Update deprecated field address_prefix. No influence for users.

terraform-azurerm-vnet - Integration of terramodtest 0.5.0

Published by yupwei68 over 4 years ago

  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