From d0ae3bfc59c0587ac19ab41977c16458b9c11298 Mon Sep 17 00:00:00 2001 From: Tom Harvey Date: Thu, 7 Sep 2023 10:45:04 +0200 Subject: [PATCH] updating to include #23200 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e052ad7e189e..746e993e8a59 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -27,6 +27,7 @@ ENHANCEMENTS: * `azurerm_postgresql_database` - `collation` can now be set to `English_United Kingdom.1252` [GH-23171] * `azurerm_postgresql_flexible_database` - `collation` can now be set to `English_United Kingdom.1252` [GH-23171] * `azurerm_postgresql_flexible_server` - support for the `auto_grow_enabled` property [GH-23069] +* `azurerm_redis_enterprise_cluster` - support for Flash clusters in Brazil South [GH-23200] * `azurerm_resource_provider_registration` - refactoring to use `hashicorp/go-azure-sdk` [GH-23072] * `azurerm_virtual_machine_extension` - support for `provision_after_extensions` [GH-23124] * `azurerm_virtual_network_gateway` - increasing the default timeout for create to `90m` [GH-23003]