Skip to content

Commit

Permalink
fix: update connection metadata (#456)
Browse files Browse the repository at this point in the history
  • Loading branch information
q2w authored Dec 17, 2024
1 parent 8114934 commit b0536ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/instance_template/metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit b0536ee

Please sign in to comment.