From 86201d5263c3fdf9919bc40fe2c9b1a8220bae14 Mon Sep 17 00:00:00 2001 From: Tom Harvey Date: Wed, 11 Jul 2018 14:46:06 +0200 Subject: [PATCH] Updating to include #1535 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index debc335ef7e9..f352306f2a47 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -33,6 +33,7 @@ IMPROVEMENTS: BUG FIXES: +* `azurerm_key_vault_key` - handling the parent Key Vault being deleted [GH-1535] * `azurerm_sql_database` - fix `requested_service_objective_name` updates [GH-1503] * `azurerm_storage_account` - limiting the `tags` field to 128 characters to match the service [GH-1524] * `azurerm_virtual_network_gateway` - fix `azurerm_virtual_network_gateway` crashing when `vpn_client_configuration` was not supplied [GH-1505]