Fix jinja variable mangled by hcl format

This commit is contained in:
Nathaniel Landau
2022-02-08 08:19:23 -05:00
parent aa5adecaef
commit e63cee00bc

View File

@@ -27,7 +27,7 @@ job "reverse-proxy" {
network {
port "authelia-port" {
static = { { authelia_port } }
static = {{ authelia_port }}
to = 9091
}
port "whoami" {