Skip to content

Releases: Azure/terraform-azurerm-avm-ptn-vnetgateway

v0.6.2

13 Dec 14:58
87f4336
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.6.1...v0.6.2

v0.6.1

29 Oct 09:27
4b21237
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.6.0...v0.6.1

v0.6.0

08 Sep 19:58
8c1bc82
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.1...v0.6.0

Breaking Changes

  • vpn_active_active_enabled now defaults to true per AVM requirements.
  • ip_configurations.<NAME>.public_ip.creation_enabled needs to be populated if using the bring-your-own-pip option.
  • asn in vpn_bgp_settings defaults to 65515 to fix idempotency issues.
  • This module is now only compatible with azurerm v4.

v0.5.1

23 May 11:23
265baa9
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.0...v0.5.1

v0.5.0

06 May 14:28
70d2132
Compare
Choose a tag to compare

What's Changed

  • chore: repository governance by @mbilalamjad in #56
  • feat: new values for azurerm_virtual_network_gateway and azurerm_virtual_network_gateway_connection by @luke-taylor in #57

New Contributors

Breaking Changes

  • default_tags variable has been deprecated in favour of tags.
  • vpn_site_to_site.root_certificate has changed to vpn_site_to_site.root_certificates
  • vpn_site_to_site.revoked_certificate has changed to vpn_site_to_site.revoked_certificates

Full Changelog: v0.4.1...v0.5.0

v0.4.1

30 Apr 14:04
3ef84a8
Compare
Choose a tag to compare

What's Changed

  • fix: apply sensitive() before making nonsensitive() by @luke-taylor in #55

Full Changelog: v0.4.0...v0.4.1

v0.4.0

27 Apr 21:29
017ce8e
Compare
Choose a tag to compare

What's Changed

Features

Fixes

Chores

Full Changelog: v0.3.1...v0.4.0

v0.3.1

21 Mar 16:31
d948ccd
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.0...v0.3.1

v0.3.0

21 Mar 15:24
ae925ce
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.2...v0.3.0

Breaking Changes

  • variable virtual_network_name removed in favour of virtual_network_id.
  • variable virtual_network_resource_group_name removed in favour of virtual_network_id.
  • variable subnet_id removed, the ID will be generated dynamically using virtual_network_id when subnet_creation_enabled = false.
  • variable tracing_tags_enabled removed.
  • variable tracing_tags_pefix removed.
  • variable express_route_circuits fixed to correctly map resource_group_name for expressroute peerings. var.express_route_circuits.<KEY>.resource_group_name -> var.express_route_circuits.<KEY>.peering.resource_group_name.
  • variable ip_configurations updated with new default values for public_ip to match redundancy requirements, sku = Standard, allocation_method = Static, zones = [1,2,3].

v0.2.2

08 Feb 09:40
0b04135
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.1...v0.2.2