Generate a resume using Terraform's template syntax.
- Generates markdown from Terraform variables.
- Uses Showdown to render the generated markdown as HTML.
- Uses Chromium to convert the rendered HTML to a PDF.
First, ensure terraform, yarn, and chromium are installed and in your PATH.
I've included a terraform.tfvars.example.
- Copy this to terraform.tfvars, and update the values as desired.
- Run ./build.sh to build.
- This will generate a resume.md, resume.html, and resume.pdf.
- Enjoy!