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
5.0.1
5.0.0
What's Changed
- Bump github.com/Azure/terraform-module-test-helper from 0.14.0 to 0.15.0 in /test by @dependabot in #133
- Bump github.com/Azure/terraform-module-test-helper from 0.15.0 to 0.16.0 in /test by @dependabot in #137
- Prepare for 5.0.0 by @lonegunmanb in #140
- Update README.md by @radzag in #138
- Use oidc as authentication method for e2e test by @lonegunmanb in #168
- Bump github.com/Azure/terraform-module-test-helper from 0.16.0 to 0.26.0 in /test by @lonegunmanb in #170
- bump dep by @lonegunmanb in #173
- remove default value for tags by @lonegunmanb in #174
- replace deprecated arguments by @lonegunmanb in #175
- no more default tags by @lonegunmanb in #153
- Make
dns_servers
a separated resource block by @lonegunmanb in #176 - bump azurerm provider to v4 by @lonegunmanb in #177
- add module telemetry by @lonegunmanb in #178
New Contributors
Full Changelog: 4.1.0...5.0.0
4.1.0
What's Changed
- Bump github.com/Azure/terraform-module-test-helper from 0.4.0 to 0.6.0 in /test by @dependabot in #95
- Bump github.com/gruntwork-io/terratest from 0.41.7 to 0.41.9 in /test by @dependabot in #96
- Bump github.com/Azure/terraform-module-test-helper from 0.6.0 to 0.7.1 in /test by @dependabot in #97
- Capture the iterator variable to avoid concurrent test error by @lonegunmanb in #100
- Bump github.com/Azure/terraform-module-test-helper from 0.7.1 to 0.8.1 in /test by @dependabot in #98
- Bump github.com/hashicorp/go-getter/v2 from 2.1.1 to 2.2.0 in /test by @dependabot in #102
- Upgrade tflint azurerm plugin version by @lonegunmanb in #103
- Bump github.com/hashicorp/go-getter from 1.6.1 to 1.7.0 in /test by @dependabot in #101
- Bump golang.org/x/net from 0.1.0 to 0.7.0 in /test by @dependabot in #104
- Bump github.com/gruntwork-io/terratest from 0.41.10 to 0.41.11 in /test by @dependabot in #106
- Bump github.com/Azure/terraform-module-test-helper from 0.8.1 to 0.9.1 in /test by @dependabot in #105
- Bump github.com/Azure/terraform-module-test-helper from 0.9.1 to 0.12.0 in /test by @dependabot in #112
- Bump github.com/Azure/terraform-module-test-helper from 0.12.0 to 0.13.0 in /test by @dependabot in #116
- Add toggle variables that trigger yorbox by @lonegunmanb in #119
- Add vNet GUID to outputs by @Dennizz in #123
- Bump github.com/Azure/terraform-module-test-helper from 0.13.0 to 0.14.0 in /test by @dependabot in #127
New Contributors
Full Changelog: 4.0.0...4.1.0
4.0.0
- Bump github.com/gruntwork-io/terratest from 0.41.6 to 0.41.7 in /test #94 (dependabot[bot])
- make
var.use_for_each
a required variable #93 (lonegunmanb)
3.2.0
- Add new variable
use_for_each
so we can usefor_each
to create multiple resource instances. #92 (lonegunmanb)
3.1.0
Merged pull requests:
- Bump tflint plugin version, add new rule #91 (lonegunmanb)
- Ci updating breaking-change-detect #90 (Pumpkin-3906)
- Upgrade
terraform-module-test-helper
lib so we can get rid of override file to execute version upgrade test #89 (lonegunmanb) - Add support for
bgp_community
#88 (lonegunmanb) - update outputs.tf to bracket syntax #86 (Pumpkin-3906)
- Add update changelog step in CI pipeline, update pull request template #82 (lonegunmanb)
- Bump test helper version #79 (lonegunmanb)
3.0.0
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
, sinceenforce_private_link_endpoint_network_policies
will be removed in4.0
. #74
BUG FIXES:
2.7.0
2.6.0
Add support for service delegation.
Add variable `vnet_location`
Add variable vnet_location
to support to customize the location of the vnet