From 9c66049bd59384f3e9a22474f6148fe67ef855cf Mon Sep 17 00:00:00 2001 From: Tom Harvey Date: Tue, 28 Sep 2021 14:23:03 +0200 Subject: [PATCH] updating to include #13527 --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 16544f54878d..3b8a58e3ea1c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ IMPROVEMENTS: +* Data Source: `azurerm_key_vault_certificate` - exporting `expires` and `not_before` attributes [GH-13527] +* Data Source: `azurerm_key_vault_certificate_data` - exporting the `not_before` attribute [GH-13527] * `azurerm_container_group` - refactoring to use ID Parsers [GH-13516] * `azurerm_container_registry` - refactoring to use ID Parsers [GH-13516] * `azurerm_container_registry_webhook` - refactoring to use ID Parsers [GH-13516]