This will return the full Git commit SHA of whichever branch is currently checkedout.
Dump the snippet into terraform console
(run from within a Git repo) to see for yourself.
{% for record in rpz_bad_domains %} | |
{{ record }} | |
{{ record.encode('punycode') }} | |
{{ record.encode('punycode').decode('punycode') }} | |
{{ record.encode('idna') }} | |
{{ record.encode('idna').decode('idna') }} | |
{% endfor %} |
This will return the full Git commit SHA of whichever branch is currently checkedout.
Dump the snippet into terraform console
(run from within a Git repo) to see for yourself.