From 9b44d044b072eb19a86fae798a1932d77e60b8d6 Mon Sep 17 00:00:00 2001 From: stack72 Date: Thu, 9 Mar 2017 00:00:08 +0200 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3059090372..b520eb32f1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,11 @@ branch for the next major version of Terraform. BACKWARDS INCOMPATIBILITIES / NOTES: * provider/aws: `aws_codebuild_project` renamed `timeout` to `build_timeout` [GH-12503] + * provider/azurem: `azurerm_virtual_machine` and `azurerm_virtual_machine_scale_set` now store has of custom_data not all custom_data [GH-12214] + +IMPROVEMENTS: + + * provider/azurerm: store only hash of `azurerm_virtual_machine` and `azurerm_virtual_machine_scale_set` custom_data - reduces size of state [GH-12214] ## 0.9.0-beta2 (March 2, 2017)