5 lines
85 B
HCL
5 lines
85 B
HCL
|
%{ if Vars.AuthEnabled ~}
|
||
|
auth_enabled: true
|
||
|
%{ else }
|
||
|
auth_enabled: false
|
||
|
%{ endif }
|