From a0b624ee798b1a7eed364d20755e7e96e99c429a Mon Sep 17 00:00:00 2001 From: Tom Harvey Date: Fri, 24 May 2024 10:49:13 +0200 Subject: [PATCH] updating to include #25812 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 943ca34b8c33..2c41b91cc84a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,7 @@ ENHANCEMENTS: * `azurerm_linux_web_app` - normalising the value for `virtual_network_subnet_id` [GH-25885] * `azurerm_machine_learning_compute_cluster` - add validation for `name` [GH-26060] * `azurerm_machine_learning_compute_cluster` - improve validation to allow an empty `subnet_resource_id` when the Workspace is using a managed Virtual Network [GH-26073] +* `azurerm_postgresql_flexible_server` - the field `public_network_access_enabled` is now configurable (previously this was computed-only/not settable via the API) [GH-25812] * `azurerm_snapshot` - support for `disk_access_id` [GH-25996] * `azurerm_windows_web_app` - normalising the value for `virtual_network_subnet_id` [GH-25885]