Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 0 additions & 10 deletions mmv1/products/compute/InterconnectAttachmentGroup.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -171,16 +171,6 @@ properties:
in, in the given facilities. This is inherited from their
Interconnects.
output: true
- name: 'attachment'
type: Array
description: |
URLs of Attachments in the given zone, to the given
region, on Interconnects in the given facility and metro. Every
Attachment in the AG has such an entry.
output: true
deprecation_message: '`attachment` is deprecated and will be removed in a future major release. Use `attachments` instead.'
item_type:
type: String
- name: 'attachments'
type: Array
description: |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,12 @@ The default value of `load_balancing_scheme` for `google_compute_global_forwardi
Configurations that do not set `load_balancing_scheme` will now default to `EXTERNAL_MANAGED` instead of `EXTERNAL`.
To maintain the previous behavior (Classic Application Load Balancer), set `load_balancing_scheme = "EXTERNAL"` explicitly.

## Resource: `google_compute_interconnect_attachment_group`

### `logical_structure.*.zones.attachment` is now removed

The deprecated `attachment` attribute within `logical_structure.regions.metros.facilities.zones` has been removed. Use `attachments` instead.

## Resource: `google_data_loss_prevention_job_trigger`

### `actions.publish_findings_to_cloud_data_catalog` is now removed
Expand Down