Update CHANGELOG.md

This commit is contained in:
Dana Hoffman 2018-06-12 14:15:03 -07:00 committed by GitHub
parent 50f00fa6dc
commit 5bb8e16fda
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -51,7 +51,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.
* If you have a `google_project` resource where App Engine is enabled in the project, add an `app_engine` [block](https://www.terraform.io/docs/providers/google/r/google_project.html#app_engine) to your resource before running Terraform after upgrading to this version, or hold off on upgrading for now. See [#1561](https://github.com/terraform-providers/terraform-provider-google/issues/1561), which has more details and an ongoing investigation of other potential fixes.
FEATURES:
* **New Resource**: `google_cloudbuild_trigger`. ([#1357](https://github.com/terraform-providers/terraform-provider-google/issues/1357))