From 90a21e891c39234525f9699fc28bffa134940e9c Mon Sep 17 00:00:00 2001 From: wizzdom Date: Sun, 31 Mar 2024 17:03:48 +0100 Subject: [PATCH] api: clarify secret syntax --- jobs/services/api.hcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jobs/services/api.hcl b/jobs/services/api.hcl index cd1b6d6..1015b48 100644 --- a/jobs/services/api.hcl +++ b/jobs/services/api.hcl @@ -70,7 +70,7 @@ EOH template { destination = "local/ldap.secret" - data = "{{ key \"api/ldap/secret\" }}" + data = "{{ key \"api/ldap/secret\" }}" # this is necessary as the secret has no EOF } resources {