Update CHANGELOG.md

This commit is contained in:
Dana Hoffman 2018-05-30 10:34:51 -07:00 committed by GitHub
parent 10019179a4
commit a119deb154
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,6 +16,7 @@ BUG FIXES:
BACKWARDS INCOMPATIBILITIES / NOTES:
* `google_project_service`/`google_project_services` now use the [Service Usage API](https://cloud.google.com/service-usage). Users of those resources will need to enable the API at https://console.cloud.google.com/apis/api/serviceusage.googleapis.com.
* We are aware of issues regarding existing `google_project` resources where App Engine is enabled in the project and are working on a fix. See [#1561](https://github.com/terraform-providers/terraform-provider-google/issues/1561) for more details. If this affects you, hold off on upgrading for now.
FEATURES:
* **New Resource**: `google_cloudbuild_trigger`. ([#1357](https://github.com/terraform-providers/terraform-provider-google/issues/1357))