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 { network {
port "authelia-port" { port "authelia-port" {
static = { { authelia_port } } static = {{ authelia_port }}
to = 9091 to = 9091
} }
port "whoami" { port "whoami" {