From Packer doc I know that {{ .Name }} is a template variable, but for what value is replaced {{ .Name }} when template variable substitution is done?
I found several templates that use {{ .Name }} but I failed to found the doc the explain what value is backing {{ .Name }}
I will appreciate if the answer point me to some doc.