From b0536ee8630bf5bb9dce58e52e9cda7267c5fd3e Mon Sep 17 00:00:00 2001 From: abhishek kumar tiwari Date: Tue, 17 Dec 2024 17:52:55 +0000 Subject: [PATCH] fix: update connection metadata (#456) --- modules/instance_template/metadata.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/instance_template/metadata.yaml b/modules/instance_template/metadata.yaml index 222604be..c81f1de6 100644 --- a/modules/instance_template/metadata.yaml +++ b/modules/instance_template/metadata.yaml @@ -269,7 +269,7 @@ spec: source: github.com/terraform-google-modules/terraform-google-memorystore version: ">= 12.0" spec: - outputExpr: "{\"REDIS_HOST\": host, \"REDIS_PORT\": port}" + outputExpr: "{\"REDIS_HOST\": host, \"REDIS_PORT\": env_vars.REDIS_PORT}" - source: source: github.com/terraform-google-modules/terraform-google-sql-db//modules/postgresql version: ">= 23.0"