From d37a3f6bf4e75196a027674b9ecab24f345cbf8b Mon Sep 17 00:00:00 2001 From: kt Date: Tue, 10 Nov 2020 13:29:02 -0800 Subject: [PATCH] update CHANGELOG.md for #9158 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e45bff8c2fd3..950928ede29a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,7 @@ IMPROVEMENTS: * `azurerm_linux_virtual_machine` - support for managed boot diagnostics by leaving the `storage_account_uri` property empty [GH-8917] * `azurerm_linux_virtual_machine_scale_set` - support for managed boot diagnostics by leaving the `storage_account_uri` property empty [GH-8917] * `azurerm_policy_remediation` - support for the `resource_discovery_mode` property [GH-9210] +* `azurerm_point_to_site_vpn_gateway` - support for the `route` block [GH-9158] * `azurerm_virtual_network` - support for the `bgp_community` and `vnet_protection_enabled` [GH-8979] * `azurerm_vpn_gateway` - support for the `instance_0_bgp_peering_addresses` and `instance_1_bgp_peering_addresses` blocks [GH-9035] * `azurerm_windows_virtual_machine` - support for managed boot diagnostics by leaving the `storage_account_uri` property empty [GH-8917]