From af212e0e5c419eb2d78299a422f3a68faa7d6e5e Mon Sep 17 00:00:00 2001 From: Tom Harvey Date: Wed, 16 Dec 2020 14:05:47 +0100 Subject: [PATCH] updating to include #8631 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 16a8a06b031e..96009581910b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,7 @@ IMPROVEMENTS: BUG FIXES: +* `azurerm_key_vault_certificate` - reading `dns_names` and `emails` within the `subject_alternative_names` block from the Certificate if not returned from the API [GH-8631] * `azurerm_log_analytics_workspace` - adding a state migration to correctly update the Resource ID [GH-9853] ---