Update CHANGELOG.md

This commit is contained in:
Paddy 2017-03-14 13:02:10 -07:00 committed by GitHub
parent 216cf76196
commit 20cf1516a4
1 changed files with 1 additions and 0 deletions

View File

@ -13,6 +13,7 @@ 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]
* 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]
IMPROVEMENTS: