diff --git a/CHANGELOG.md b/CHANGELOG.md index fe60a6c3e95a..368df51fb137 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,8 +13,13 @@ BUG FIXES: * `azurerm_app_service` - fixing a crash when `logs` was nil [GH-5414] * `azurerm_container_group` - fixing a crash when `IPAddress.Ports` was nil in the response from the Azure API [GH-5415] +* `azurerm_postgresql_server` - correctly validate the `name` property [GH-5443] +* `azurerm_postgresql_database` - correctly validate the `server_name` property [GH-5443] +* `azurerm_postgresql_firewall` - correctly validate the `server_name` property [GH-5443] +* `azurerm_postgresql_virtual_network_rule` - correctly validate the `server_name` property [GH-5443] * `azurerm_private_link_service` - fixing a crash when the `auto_approval` and `visibility` blocks aren't returned from the Azure API [GH-5428] + ## 1.41.0 (January 16, 2020) NOTES: