Skip to content

Commit

Permalink
Add signed URL key resources to changelog (hashicorp#716)
Browse files Browse the repository at this point in the history
  • Loading branch information
rileykarson authored May 17, 2019
1 parent 1baaad1 commit 0314b23
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
## 2.7.0 (Unreleased)

NOTE:
* Several resources were previously undocumented on the site or changelog; they should be added to both with this release. `google_compute_backend_bucket_signed_url_key` and `google_compute_backend_service_signed_url_key` were introduced in `2.4.0`.

BACKWARDS INCOMPATIBILITIES:
* cloudfunctions: `google_cloudfunctions_function.runtime` now has an explicit default value of `nodejs6`. Users who have a different value set in the API but the value undefined in their config will see a diff. [GH-697]

Expand Down Expand Up @@ -105,7 +108,9 @@ KNOWN ISSUES:
BACKWARDS INCOMPATIBILITIES:
* accesscontextmanager: `google_access_context_manager_service_perimeter` `unrestricted_services` field was removed based on a removal in the underlying API. ([#576](https://github.com/terraform-providers/terraform-provider-google-beta/issues/576))

FEATURES:
FEATURES:
* **New Resource**: `google_compute_backend_bucket_signed_url_key` is now available. [GH-530]
* **New Resource**: `google_compute_backend_service_signed_url_key` is now available. [GH-577]
* **New Datasource**: `google_service_account_access_token` is now available. ([#575](https://github.com/terraform-providers/terraform-provider-google-beta/issues/575))

ENHANCEMENTS:
Expand Down

0 comments on commit 0314b23

Please sign in to comment.