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

5.0.1

13 Nov 01:40
Compare
Choose a tag to compare
update deprecated message

5.0.0

13 Nov 01:40
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 4.1.0...5.0.0

4.1.0

12 Nov 08:47
Compare
Choose a tag to compare

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

30 Dec 01:37
Compare
Choose a tag to compare

3.2.0

08 Dec 12:52
Compare
Choose a tag to compare
  • Add new variable use_for_each so we can use for_each to create multiple resource instances. #92 (lonegunmanb)

3.1.0

07 Dec 03:26
Compare
Choose a tag to compare

Merged pull requests:

3.0.0

18 Oct 01:03
Compare
Choose a tag to compare

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:

2.7.0

08 Aug 01:53
Compare
Choose a tag to compare
  • 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

2.6.0

28 Jan 02:36
Compare
Choose a tag to compare

Add support for service delegation.

Add variable `vnet_location`

24 May 06:34
e3d043c
Compare
Choose a tag to compare

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