You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+6-1
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,8 @@
1
1
## 2.7.0 (Unreleased)
2
2
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
+
3
6
BACKWARDS INCOMPATIBILITIES:
4
7
* 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]
5
8
@@ -105,7 +108,9 @@ KNOWN ISSUES:
105
108
BACKWARDS INCOMPATIBILITIES:
106
109
* 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))
107
110
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]
109
114
***New Datasource**: `google_service_account_access_token` is now available. ([#575](https://github.com/terraform-providers/terraform-provider-google-beta/issues/575))
0 commit comments