Update CHANGELOG.md

This commit is contained in:
Riley Karson 2018-11-02 11:07:13 -07:00 committed by Nathan McKinley
parent 95cb529d4d
commit f146461fc9

View File

@ -1,6 +1,7 @@
## 2.0.0 (Unreleased)
BACKWARDS INCOMPATIBILITIES:
* cloudfunctions: `google_cloudfunctions_function.retry_on_failure` has been removed. Use `event_trigger.failure_policy.retry` instead. [GH-2392]
* compute: `google_compute_instance`, `google_compute_instance_from_template` `metadata` field is now authoritative and will remove values not explicitly set in config. [GH-2208]
* compute: `google_compute_project_metadata` resource is now authoritative and will remove values not explicitly set in config. [GH-2205]
* compute: `google_compute_url_map` resource is now authoritative and will remove values not explicitly set in config. [GH-2245]