Skip to content

Releases: CloudNationHQ/terraform-azure-vnet

v4.0.0

24 Sep 08:23
47a5959
Compare
Choose a tag to compare

4.0.0 (2024-09-24)

⚠ BREAKING CHANGES

  • Version 4 of the azurerm provider includes breaking changes. The full list of changes can be found here

Features

Upgrade from v3.1.0 to v4.0.0:

  • Update module reference to: version = "~> 4.0"
  • Rename properties in vnet object:
    • disable_bgp_route_propagation -> bgp_route_propagation_enabled

v3.1.0

24 Sep 07:58
11bd041
Compare
Choose a tag to compare

3.1.0 (2024-09-24)

Features

  • deps: bump github.com/gruntwork-io/terratest in /tests (#80) (fc58d91)

v3.0.0

15 Aug 10:21
7f67adb
Compare
Choose a tag to compare

3.0.0 (2024-08-15)

⚠ BREAKING CHANGES

  • data structure has changed due to renaming of properties and output variables.

Features

Upgrade from v2.9.0 to v3.0.0:

  • Update module reference to: version = "~> 3.0"
  • Rename properties in vnet object:
    • resourcegroup -> resource_group
    • private_endpoint_network_policies_enabled -> private_endpoint_network_policies
  • Rename variable (optional):
    • resourcegroup -> resource_group
  • Rename output variable:
    • subscriptionId -> subscription_id'
    • nsg -> network_security_group

v2.9.0

15 Aug 09:14
fa3a866
Compare
Choose a tag to compare

2.9.0 (2024-08-15)

Features

  • added code of conduct and security documentation (#76) (185f44f)
  • deps: bump github.com/gruntwork-io/terratest in /tests (#73) (41649a8)

v2.8.0

02 Aug 11:56
6d9b160
Compare
Choose a tag to compare

2.8.0 (2024-08-02)

Features

v2.7.0

03 Jul 12:43
e8303a2
Compare
Choose a tag to compare

2.7.0 (2024-07-03)

Features

  • update terraform random module version to 3.6 (#69) (88694d6)

v2.6.0

02 Jul 06:32
57b0507
Compare
Choose a tag to compare

2.6.0 (2024-07-02)

Features

  • add issue template (#66) (2c09fb2)
  • deps: bump github.com/Azure/azure-sdk-for-go/sdk/azidentity (#62) (d35737a)
  • deps: bump github.com/Azure/azure-sdk-for-go/sdk/azidentity (#63) (6cad8df)
  • deps: bump github.com/gruntwork-io/terratest in /tests (#65) (c5d10b5)
  • deps: bump github.com/hashicorp/go-getter in /tests (#64) (1282b52)

v2.5.0

07 Jun 15:15
efb314f
Compare
Choose a tag to compare

2.5.0 (2024-06-07)

Features

  • create pull request template (#60) (ccd2146)
  • deps: bump github.com/Azure/azure-sdk-for-go/sdk/azidentity (#55) (028b357)
  • deps: bump github.com/gruntwork-io/terratest in /tests (#59) (c0b1a88)
  • deps: bump github.com/hashicorp/go-getter in /tests (#57) (929717b)
  • deps: bump golang.org/x/net from 0.19.0 to 0.23.0 in /tests (#56) (9bd9abc)
  • deps: bump google.golang.org/protobuf in /tests (#53) (da2a415)

v2.4.1

12 Mar 07:57
0c1b799
Compare
Choose a tag to compare

2.4.1 (2024-03-12)

Bug Fixes

  • refactor delegation key to actual key provided instead of a numbered index (#51) (fe45101)

v2.4.0

06 Mar 12:47
a03aeb8
Compare
Choose a tag to compare

2.4.0 (2024-03-06)

Features

  • deps: bump github.com/stretchr/testify in /tests (#48) (47e674a)
  • update documentation (#49) (6398a09)