Update CHANGELOG.md

This commit is contained in:
Paddy 2017-03-14 13:26:34 -07:00 committed by GitHub
parent 93196f3907
commit 6f224b8b40
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@ BACKWARDS INCOMPATIBILITIES / NOTES:
* provider/azurem: `azurerm_virtual_machine` and `azurerm_virtual_machine_scale_set` now store has of custom_data not all custom_data [GH-12214]
* provider/google: compute_instance, compute_instance_template, and compute_disk all have a subtly changed logic when specifying an image family as the image; in 0.8.x they would pin to the latest image in the family when the resource is created; in 0.9.x they pass the family to the API and use its behaviour. New input formats are also supported. [GH-12223]
* provider/google: removed the unused and deprecated region field from google_compute_backend_service [GH-12663]
* provider/google: removed the deprecated account_file field for the Google Cloud provider [GH-12668]
IMPROVEMENTS: