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