Skip to content

Commit

Permalink
Add update support to reconcile_connections in service attachment (#8831
Browse files Browse the repository at this point in the history
)
  • Loading branch information
slevenick authored Sep 1, 2023
1 parent 6dc0e0b commit 0a00746
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion mmv1/products/compute/ServiceAttachment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,6 @@ properties:
- !ruby/object:Api::Type::Boolean
name: reconcileConnections
default_value: true
immutable: true
send_empty_value: true
description: |
This flag determines whether a consumer accept/reject list change can reconcile the statuses of existing ACCEPTED or REJECTED PSC endpoints.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ resource "google_compute_service_attachment" "psc_ilb_service_attachment" {
connection_limit = 4
}
reconcile_connections = false
}
resource "google_compute_address" "psc_ilb_consumer_address" {
Expand Down

0 comments on commit 0a00746

Please sign in to comment.