Update CHANGELOG.md

This commit is contained in:
stack72 2017-03-09 00:00:08 +02:00
parent d387860c19
commit 9b44d044b0
No known key found for this signature in database
GPG Key ID: 8619A619B085CB16
1 changed files with 5 additions and 0 deletions

View File

@ -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)