Update CHANGELOG.md

This commit is contained in:
Vincent Roseberry 2017-08-14 09:32:18 -07:00 committed by GitHub
parent 04b3ffb8ea
commit 2a7006968f

View File

@ -12,6 +12,7 @@ FEATURES:
* **New Resource:** `google_project_iam_member` - allows fine-grained control of a project's IAM policy, controlling only a single member in a binding. [GH-171]
* **New Resource:** `google_compute_network_peering` ([#259](https://github.com/terraform-providers/terraform-provider-google/issues/259))
* **New Resource:** `google_sourcerepo_repository` - allows creating and deleting Google Source Repositories [GH-256]
* **New Resource:** `google_spanner_instance` - allows creating, updating and deleting Google Spanner Instance [GH-270]
IMPROVEMENTS:
* bigtable: Add support for `instance_type` to `google_bigtable_instance`. [GH-313]