Skip to content

Commit 1796e24

Browse files
committed
chore: update connection metadata
1 parent 6c45d7e commit 1796e24

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

modules/backend/metadata.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -153,9 +153,9 @@ spec:
153153
connections:
154154
- source:
155155
source: github.com/terraform-google-modules/terraform-google-vm//modules/mig
156-
version: ~> 12.0
156+
version: ">= 12.0"
157157
spec:
158-
outputExpr: '{"group": instance_group}'
158+
outputExpr: '{"group": instance_group, "description": "Input created by connection", "balancing_mode": "UTILIZATION", "capacity_scaler": 1.0, "max_connections": 1000, "max_connections_per_instance": 1000, "max_connections_per_endpoint": 1000, "max_rate": 1000, "max_rate_per_instance": 100, "max_rate_per_endpoint": 100, "max_utilization": 0.8}'
159159
- name: serverless_neg_backends
160160
description: The list of serverless backend which serves the traffic.
161161
varType: |-
@@ -169,7 +169,7 @@ spec:
169169
connections:
170170
- source:
171171
source: github.com/GoogleCloudPlatform/terraform-google-cloud-run//modules/v2
172-
version: ~> 0.13
172+
version: ">= 0.13"
173173
spec:
174174
outputExpr: '{"region": location, "service_name": service_name, "type": "cloud-run", "service_version": ""}'
175175
- name: iap_config

0 commit comments

Comments
 (0)