diff --git a/CHANGELOG.md b/CHANGELOG.md index 3b08310925c3..60c9a5bf99d0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,8 @@ IMPROVEMENTS: * `azurerm_batch_pool` - support for the `metadata` property [GH-5309] * `azurerm_function_app` - convert `connection_string`s from a `TypeList` to a `TypeSet` [GH-5319] * `azurerm_postgresql_server` - the `sku` block has been deprecated in favour of the `sku_name` property [GH-5376] +* `azurerm_lb_rule` - support for the `enable_tcp_reset` property [GH-5373] +* `azurerm_lb_nat_rule` - support for the `enable_tcp_reset` and `idle_timeout_in_minutes` properties [GH-5373] BUG FIXES: