Fixing config.hcl formatting-1
This commit is contained in:
parent
86d6db1fa4
commit
cdb947e435
1 changed files with 2 additions and 2 deletions
|
@ -11,7 +11,7 @@ listener "{{ config.listen_protocol }}" {
|
|||
{%- if config.tls_key_file %}
|
||||
tls_key_file = "{{ config.tls_key_file }}"
|
||||
{% endif -%}
|
||||
{% endif %}
|
||||
{% endif -%}
|
||||
}
|
||||
|
||||
{%- if config.backend and config.backend.type == "s3" %}
|
||||
|
@ -29,7 +29,7 @@ storage "consul" {
|
|||
storage "file" {
|
||||
path = "{{ config.data_dir }}"
|
||||
}
|
||||
{% endif -%}
|
||||
{% endif %}
|
||||
|
||||
default_lease_ttl="{{ config.default_lease_ttl }}"
|
||||
max_lease_ttl="{{ config.max_lease_ttl }}"
|
||||
|
|
Loading…
Reference in a new issue