From 3ff64334425630689f7508bf8654291093455016 Mon Sep 17 00:00:00 2001 From: kt Date: Mon, 20 Jan 2020 18:34:19 -0800 Subject: [PATCH] Update CHANGELOG.md to include #5443 --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) 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: