Skip to content

Commit b0536ee

Browse files
authored
fix: update connection metadata (#456)
1 parent 8114934 commit b0536ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/instance_template/metadata.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ spec:
269269
source: github.com/terraform-google-modules/terraform-google-memorystore
270270
version: ">= 12.0"
271271
spec:
272-
outputExpr: "{\"REDIS_HOST\": host, \"REDIS_PORT\": port}"
272+
outputExpr: "{\"REDIS_HOST\": host, \"REDIS_PORT\": env_vars.REDIS_PORT}"
273273
- source:
274274
source: github.com/terraform-google-modules/terraform-google-sql-db//modules/postgresql
275275
version: ">= 23.0"

0 commit comments

Comments
 (0)