Skip to content

Releases: dodevops/terraform-azure-network

5.0.0

12 Sep 08:21
Compare
Choose a tag to compare

What's Changed

  • feat: Compatibility with AzureRM 4
    BREAKING CHANGE: private_endpoint_network_policies is now a string which can take the values Disabled, Enabled, NetworkSecurityGroupEnabled and RouteTableEnabled

New Contributors

Full Changelog: 4.0.1...5.0.0

4.0.1

16 Mar 06:00
Compare
Choose a tag to compare

What's Changed

  • fix: Removes Network Security Groups for subnets without rules by @dploeger in #4

New Contributors

Full Changelog: 4.0.0...4.0.1

4.0.0

16 Dec 13:58
5f85cac
Compare
Choose a tag to compare

What's Changed

BREAKING CHANGE: You need to update your subnet definitions with at least an empty service_delegations parameter

feat: Adding service delegation support by @timdeluxe in #3

Full Changelog: 3.0.0...4.0.0

3.0.0

08 Dec 11:26
d405a98
Compare
Choose a tag to compare

BREAKING CHANGE

This change requires at least version 3.18 of the terraform provider!

What's Changed

  • renaming enforce_private_link_endpoint_network_policies by @timdeluxe in #2

Full Changelog: 2.0.0...3.0.0

2.0.0

07 Apr 10:00
Compare
Choose a tag to compare
  • feat: Support enforce_private_link_endpoint_network_policies

Breaking change: enforce_private_link_endpoint_network_policies is now required in the subnets configuration. The default should be false unless support for private link endpoints need to be supported on the subnet.

1.0.0

26 Aug 10:01
9ee9168
Compare
Choose a tag to compare
1.0.0 Pre-release
Pre-release

feat: Improving by introducing flexibility via map of subnets including firewall rules

0.4.0

09 Jun 11:32
Compare
Choose a tag to compare
0.4.0 Pre-release
Pre-release

fix: Output network resource

0.3.0

12 May 09:54
Compare
Choose a tag to compare
0.3.0 Pre-release
Pre-release

fix: Removed workaround again

0.2.0

05 May 13:20
Compare
Choose a tag to compare
0.2.0 Pre-release
Pre-release

fix: Workaround for terraform-providers/terraform-providers-azurerm#11590

0.1.0

04 May 12:15
Compare
Choose a tag to compare
0.1.0 Pre-release
Pre-release

First release