Releases: Azure/terraform-azurerm-network
Releases · Azure/terraform-azurerm-network
5.2.0
- Bump github.com/gruntwork-io/terratest from 0.41.10 to 0.41.11 in /test #98 (dependabot[bot])
- Bump golang.org/x/net from 0.1.0 to 0.7.0 in /test #96 (dependabot[bot])
- Bump github.com/hashicorp/go-getter from 1.6.1 to 1.7.0 in /test #95 (dependabot[bot])
- Bump github.com/hashicorp/go-getter/v2 from 2.1.1 to 2.2.0 in /test #94 (dependabot[bot])
- Bump github.com/Azure/terraform-module-test-helper from 0.7.1 to 0.8.1 in /test #93 (dependabot[bot])
5.1.0
- 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])
5.0.0
- Make
var.use_for_each
required #85 (lonegunmanb)
4.2.0
- Add new variable
use_for_each
so we can usefor_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)
4.1.0
- Add support for
delegation
block forazurerm_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)
4.0.1
- Removing dependency in example #77 (jiaweitao001)
- Adding Microsoft SECURITY.MD #69 (microsoft-github-policy-service[bot])
4.0.0
Add new CI pipeline to this module.
add variable `subnet_service_endpoints` to configure service endpoints
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 [].
Add new variable `address_spaces`
Add new variable address_spaces
to allow a list of address_space
to be set.
Support for `subnet_enforce_private_link_endpoint_network_policies`
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.