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
provider: removed redundant default scopes. The provider's default scopes when authenticating with credentials are now exclusively "https://www.googleapis.com/auth/cloud-platform" and "https://www.googleapis.com/auth/userinfo.email".
*`request_reason` - (Optional) Send a Request Reason [System Parameter](https://cloud.google.com/apis/docs/system-parameters) for each API call made by the provider. The `X-Goog-Request-Reason` header value is used to provide a user-supplied justification into GCP AuditLogs. Alternatively, this can be specified using the `CLOUDSDK_CORE_REQUEST_REASON` environment variable.
Copy file name to clipboardExpand all lines: website/docs/guides/version_4_upgrade.html.markdown
+21
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,7 @@ description: |-
12
12
-[I accidentally upgraded to 4.0.0, how do I downgrade to `3.X`?](#i-accidentally-upgraded-to-400-how-do-i-downgrade-to-3x)
13
13
-[Provider Version Configuration](#provider-version-configuration)
14
14
-[Provider](#provider)
15
+
-[Redundant default scopes are removed](#redundant-default-scopes-are-removed)
15
16
-[Runtime Configurator (`runtimeconfig`) resources have been removed from the GA provider](#runtime-configurator-runtimeconfig-resources-have-been-removed-from-the-ga-provider)
This change is believed to have no user impact. If you find that Terraform
176
+
behaves incorrectly as a result of this change, please report a [bug](https://github.com/hashicorp/terraform-provider-google/issues/new?assignees=&labels=bug&template=bug.md).
177
+
157
178
### Runtime Configurator (`runtimeconfig`) resources have been removed from the GA provider
158
179
159
180
Earlier versions of the provider accidentally included the Runtime Configurator
0 commit comments