Skip to content

Instantly share code, notes, and snippets.

@teadur
Forked from mattmahn/README.md
Created August 22, 2024 17:47
Show Gist options
  • Save teadur/92f2322fd632fe2df77b53f10025bf4e to your computer and use it in GitHub Desktop.
Save teadur/92f2322fd632fe2df77b53f10025bf4e to your computer and use it in GitHub Desktop.
Terraform: Get current Git commit SHA

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.

trimspace(file(".git/${trimspace(trimprefix(file(".git/HEAD"), "ref:"))}"))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment