terraform-azurerm-network

Terraform Azure RM Module for Network

MIT License

Stars
130
Committers
24
terraform-azurerm-network - 5.2.0 Latest Release

Published by lonegunmanb over 1 year ago

terraform-azurerm-network - 5.1.0

Published by lonegunmanb over 1 year ago

  • Bump github.com/Azure/terraform-module-test-helper from 0.6.0 to 0.7.1 in /test #91 (dependabot[bot])
  • Bump github.com/gruntwork-io/terratest from 0.41.7 to 0.41.9 in /test #90 (dependabot[bot])
  • Clarify Terraform 1.3 requirement (fixes #88) #89 (don-code)
  • Bump github.com/Azure/terraform-module-test-helper from 0.4.0 to 0.6.0 in /test #87 (dependabot[bot])
  • Bump github.com/gruntwork-io/terratest from 0.41.6 to 0.41.7 in /test #86 (dependabot[bot])
terraform-azurerm-network - 5.0.0

Published by lonegunmanb almost 2 years ago

terraform-azurerm-network - 4.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. #84 (lonegunmanb)
  • Bump tflint plugin version, add new checking rule #83 (lonegunmanb)
  • Upgrade terraform-module-test-helper lib so we can get rid of override file to execute version upgrade test #82 (lonegunmanb)
terraform-azurerm-network - 4.1.0

Published by lonegunmanb almost 2 years ago

  • Add support for delegation block for azurerm_subnet resource #81 (lonegunmanb)
  • reorder variables, outputs and arguments #80 (lonegunmanb)
  • Replace location with local variable #78 (jiaweitao001)
  • Fix CI pipeline by adding missing override file, version upgrade test and correct changelog filename #76 (lonegunmanb)
  • Rewrite output to get rid of legacy index syntax #75 (lonegunmanb)
terraform-azurerm-network - 4.0.1

Published by lonegunmanb almost 2 years ago

terraform-azurerm-network - 4.0.0

Published by lonegunmanb almost 2 years ago

Add new CI pipeline to this module.

terraform-azurerm-network - add variable `subnet_service_endpoints` to configure service endpoints

Published by yupwei68 over 3 years ago

Add variable subnet_service_endpoints to configure service endpoints.
subnet_service_endpoints is a map with key (string) subnet name, value (list(string)) to indicate enabled service endpoints on the subnet. Default value is [].

terraform-azurerm-network - Add new variable `address_spaces`

Published by yupwei68 over 3 years ago

Add new variable address_spaces to allow a list of address_space to be set.

terraform-azurerm-network - Support for `subnet_enforce_private_link_endpoint_network_policies`

Published by yupwei68 almost 4 years ago

Support for new variable subnet_enforce_private_link_endpoint_network_policies: A map with key (string) subnet name, value (bool) true or false to indicate enable or disable network policies for the private link endpoint on the subnet. Default value is false.

terraform-azurerm-network - Support Terraform 0.13

Published by yupwei68 about 4 years ago

Support Terraform 0.13

terraform-azurerm-network - Replace use of deprecated attribute address_prefix

Published by yupwei68 over 4 years ago

Replace use of deprecated attribute address_prefix

terraform-azurerm-network - Integration of terramodtest 0.5.0

Published by yupwei68 over 4 years ago

Integration of terramodtest 0.5.0

terraform-azurerm-network - Integration of terramodtest 0.5.0

Published by yupwei68 over 4 years ago

Integration of terramodtest 0.5.0

terraform-azurerm-network - Removal of the creation of Resource Group & Support Azurerm 2.0

Published by yupwei68 over 4 years ago

  1. Removal of the creation of resource group. Instead, we import an existing resource group

  2. Support Azurerm 2.0

terraform-azurerm-network - Removal of the creation of Resource Group

Published by yupwei68 over 4 years ago

  1. Removal of the creation of resource group. Instead, we import an existing resource group

  2. Support azurerm 2.0

terraform-azurerm-network - fix dns_server output

Published by dtzar almost 7 years ago

dns_servers is no longer a valid exported output in the virtual network module. This fixes that error by removing it from the output. #6 @ricoli

terraform-azurerm-network - Ability to edit names

Published by dtzar about 7 years ago

  • Added vnet name as parameter
  • Added security group name as variable
terraform-azurerm-network - Initial release

Published by dcaro about 7 years ago

Update of README

Package Rankings
Top 5.01% on Proxy.golang.org
Related Projects