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: website/docs/guides/version_4_upgrade.html.markdown
+31-27Lines changed: 31 additions & 27 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -172,11 +172,13 @@ Previously users could specify `trace-append` or `trace-ro` as scopes for a give
172
172
However, to better align with [Google documentation](https://cloud.google.com/sdk/gcloud/reference/alpha/compute/instances/set-scopes#--scopes), `trace` will now be the only valid scope, as it's an alias for `trace.append` and
173
173
`trace-ro` is no longer a documented option.
174
174
175
-
## Datasource: `google_product_resource`
175
+
## Datasource: `google_kms_key_ring`
176
176
177
-
### Datasource-level change example
177
+
### `id` now matches the `google_kms_key_ring` id format
178
178
179
-
Description of the change and how users should adjust their configuration (if needed).
179
+
The format has changed to better match the resource's ID format.
180
+
181
+
Interpolations based on the `id` of the datasource may require updates.
180
182
181
183
## Resource: `google_bigquery_job`
182
184
@@ -345,7 +347,19 @@ This resource would fail to deploy without this field defined. Specify the
345
347
346
348
### `source_disk_link` is now removed
347
349
348
-
Removed in favor of `source_disk`.
350
+
Removed, as the information available was redundant. You can reconstruct a
351
+
compatible value based on `source_disk` and `zone`. With a reference such as the
### Exactly one of `inspect_job.0.storage_config.0.cloud_storage_options.0.file_set.0.url` or `inspect_job.0.storage_config.0.cloud_storage_options.0.file_set.0.regex_file_set` is required
@@ -433,6 +439,12 @@ the proposed diff.
433
439
converted it while the upstream API migration was in progress. Now that the API migration has finished,
434
440
the provider will no longer convert the service name. Use `bigquery.googleapis.com` instead.
435
441
442
+
## Resource: `google_pubsub_subscription`
443
+
444
+
### `path` is now removed
445
+
446
+
`path` has been removed in favor of `id` which has an identical value.
447
+
436
448
## Resource: `google_spanner_instance`
437
449
438
450
### Exactly one of `num_nodes` or `processing_units` is required
0 commit comments