Releases: Azure/terraform-azurerm-avm-ptn-vnetgateway
Releases · Azure/terraform-azurerm-avm-ptn-vnetgateway
v0.6.2
What's Changed
- fix: allow latest minor for random provider by @luke-taylor in #101
- chore: repository governance by @lonegunmanb in #100
New Contributors
- @lonegunmanb made their first contribution in #100
Full Changelog: v0.6.1...v0.6.2
v0.6.1
v0.6.0
What's Changed
- chore: repository governance by @mbilalamjad in #73
- feat: upgrade to azurerm v4, update public ip creation by @luke-taylor in #81
Full Changelog: v0.5.1...v0.6.0
Breaking Changes
vpn_active_active_enabled
now defaults totrue
per AVM requirements.ip_configurations.<NAME>.public_ip.creation_enabled
needs to be populated if using the bring-your-own-pip option.asn
invpn_bgp_settings
defaults to65515
to fix idempotency issues.- This module is now only compatible with azurerm v4.
v0.5.1
What's Changed
- chore: repository governance by @mbilalamjad in #58
- chore: repository governance by @mbilalamjad in #59
- chore: repository governance by @mbilalamjad in #60
- fix: vpn_client_configuration argument missing by @luke-taylor in #61
Full Changelog: v0.5.0...v0.5.1
v0.5.0
What's Changed
- chore: repository governance by @mbilalamjad in #56
- feat: new values for
azurerm_virtual_network_gateway
andazurerm_virtual_network_gateway_connection
by @luke-taylor in #57
New Contributors
- @mbilalamjad made their first contribution in #56
Breaking Changes
default_tags
variable has been deprecated in favour oftags
.vpn_site_to_site.root_certificate
has changed tovpn_site_to_site.root_certificates
vpn_site_to_site.revoked_certificate
has changed tovpn_site_to_site.revoked_certificates
Full Changelog: v0.4.1...v0.5.0
v0.4.1
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
What's Changed
Features
- feat: add bring your own public ip option by @luke-taylor in #52
Fixes
- fix: multiple ip configurations bug by @luke-taylor in #49
- fix: consider sensitive values for connections and peerings by @luke-taylor in #51
Chores
- chore: repository governance by @matt-FFFFFF in #50
- chore: repository governance by @matt-FFFFFF in #43
- chore: repository governance by @matt-FFFFFF in #44
- release: update locals.version.tf.json by @luke-taylor in #53
Full Changelog: v0.3.1...v0.4.0
v0.3.1
What's Changed
- fix: update type for
edge_zone
to string by @luke-taylor in #42
Full Changelog: v0.3.0...v0.3.1
v0.3.0
What's Changed
- Build(deps): Bump github.com/Azure/terraform-module-test-helper from 0.17.0 to 0.19.0 in /test by @dependabot in #30
- Build(deps): Bump github.com/stretchr/testify from 1.8.4 to 1.9.0 in /test by @dependabot in #23
- chore: repository governance by @matt-FFFFFF in #29
- feat: add
subnet_creation_enabled
variable by @luke-taylor in #31 - Delete .github/pull_request_template.md by @luke-taylor in #32
- feat: add zone redundancy by default by @luke-taylor in #33
- Build(deps): Bump google.golang.org/protobuf from 1.31.0 to 1.33.0 in /test by @dependabot in #34
- update: README.md by @luke-taylor in #35
- feat: add
virtual_network_id
by @luke-taylor in #36 - chore: repository governance by @matt-FFFFFF in #37
- update: README.md by @luke-taylor in #38
- chore: remove unnecessary
subnet_id
by @luke-taylor in #39 - feat: add unit testing by @luke-taylor in #40
- chore: update variable description by @luke-taylor in #41
Full Changelog: v0.2.2...v0.3.0
Breaking Changes
- variable
virtual_network_name
removed in favour ofvirtual_network_id
. - variable
virtual_network_resource_group_name
removed in favour ofvirtual_network_id
. - variable
subnet_id
removed, the ID will be generated dynamically usingvirtual_network_id
whensubnet_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 forpublic_ip
to match redundancy requirements,sku = Standard
,allocation_method = Static
,zones = [1,2,3]
.