From 5dcde9729f48d764af349c5f64a9dd51320cc092 Mon Sep 17 00:00:00 2001 From: Tom Harvey Date: Mon, 18 Nov 2019 11:39:06 +0200 Subject: [PATCH] updating to include #4866 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index cbabafc3deed..43570de11b94 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -47,6 +47,7 @@ BUG FIXES: * `azurerm_lb_probe` - fixing a bug where `protocol` was force lower-cased which caused a diff in the plan [GH-4631] * `azurerm_lb_rule` - fixing a bug where `protocol` was force lower-cased which caused a diff in the plan [GH-4631] * `azurerm_network_interface` - exporting the IP Address for Dynamic Network Interfaces [GH-4852] +* `azurerm_postgresql_database` - allowing dashes in the name [GH-4866] * `azurerm_private_dns_cname_record` - fixing a bug where calling `Delete` didn't delete the CName record [GH-4804] * `azurerm_storage_account` - fixing an error where Advanced Threat Protection is unavailable in Azure Germany [GH-4746] * `azurerm_virtual_network_gateway_connection` - Configure `routing_weight` with weight `0` [GH-4849]