We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35ab2cc commit f1ff943Copy full SHA for f1ff943
modules/instance_template/metadata.yaml
@@ -269,7 +269,7 @@ spec:
269
source: github.com/terraform-google-modules/terraform-google-memorystore
270
version: ">= 12.0"
271
spec:
272
- outputExpr: "{\"REDIS_HOST\": host, \"REDIS_PORT\": env_vars.REDIS_PORT}"
+ outputExpr: "{\"REDIS_HOST\": host, \"REDIS_PORT\": env_vars.REDIS_PORT, \"REDIS_AUTH_STRING\": auth_string}"
273
- source:
274
source: github.com/terraform-google-modules/terraform-google-sql-db//modules/postgresql
275
version: ">= 23.0"
0 commit comments