Skip to content

Commit 0c47990

Browse files
authored
feat: Adding read instance ips in connection metadata (#349)
1 parent c75d671 commit 0c47990

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/v2/metadata.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ spec:
217217
source: github.com/GoogleCloudPlatform/terraform-google-alloy-db
218218
version: ">= 5.0.1"
219219
spec:
220-
outputExpr: "{\"ALLOYDB_INSTANCE_HOST\" : primary_instance_ip}"
220+
outputExpr: "{\"ALLOYDB_INSTANCE_HOST\" : primary_instance_ip, \"ALLOYDB_READ_REPLICAS\": env_vars.ALLOYDB_READ_REPLICAS}"
221221
inputPath: env_vars
222222
- name: create_service_account
223223
description: Create a new service account for cloud run service

0 commit comments

Comments
 (0)