Fixing config.hcl formatting-2
This commit is contained in:
parent
cdb947e435
commit
b42ca55d82
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ listener "{{ config.listen_protocol }}" {
|
|||
{% else -%}
|
||||
{%- if config.tls_cert_file %}
|
||||
tls_cert_file = "{{ config.tls_cert_file }}"
|
||||
{% endif -%}
|
||||
{%- endif -%}
|
||||
{%- if config.tls_key_file %}
|
||||
tls_key_file = "{{ config.tls_key_file }}"
|
||||
{% endif -%}
|
||||
|
|
Loading…
Reference in a new issue