Skip to content

Commit 0314b23

Browse files
authored
Add signed URL key resources to changelog (hashicorp#716)
1 parent 1baaad1 commit 0314b23

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

CHANGELOG.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
## 2.7.0 (Unreleased)
22

3+
NOTE:
4+
* 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`.
5+
36
BACKWARDS INCOMPATIBILITIES:
47
* 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]
58

@@ -105,7 +108,9 @@ KNOWN ISSUES:
105108
BACKWARDS INCOMPATIBILITIES:
106109
* 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))
107110

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

111116
ENHANCEMENTS:

0 commit comments

Comments
 (0)