From ffbc9bd79deea70899012562082dcb0fb48e8cef Mon Sep 17 00:00:00 2001 From: Tom Harvey Date: Fri, 17 Jan 2020 07:52:43 +0100 Subject: [PATCH] updating to include #5415 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e30f7c3c2c9..88f16eed0864 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,7 @@ 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_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)