terraform-provider-google/CHANGELOG.md

13 lines
511 B
Markdown
Raw Normal View History

2017-06-05 20:54:03 +00:00
## 0.1.0 (Unreleased)
BACKWARDS INCOMPATIBILITIES / NOTES:
2017-06-10 06:12:29 +00:00
2017-06-14 21:33:41 +00:00
* `compute_disk.image`: shorhand for disk images is no longer supported, and will display a diff if used [GH-1]
2017-06-10 06:12:29 +00:00
IMPROVEMENTS:
* Add an additional delay when checking for sql operations [GH-15170](https://github.com/hashicorp/terraform/pull/15170)
2017-06-14 21:14:23 +00:00
* Add support for importing `compute_backend_service` [GH-40]
2017-06-14 21:33:41 +00:00
* Wait for disk resizes to complete [GH-1]
2017-06-16 17:42:23 +00:00
* Support `connection_draining_timeout_sec` in `google_compute_region_backend_service` [GH-101]