From cbbdb582ce9a7c07bd52b515b0882665cbc99272 Mon Sep 17 00:00:00 2001 From: Abhishek Tiwari Date: Tue, 17 Dec 2024 17:10:02 +0000 Subject: [PATCH] fix: update connection metadata --- 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"