millerd

millerd

personal website and terraform example

millerd.me

Personal website: https://millerd.me

App

  • Static code generated by Jekyll
  • Code deployed to s3 with github actions
  • Run locally from given subdirectory with jekyll serve

Terraform

  • Created using Cloudposse TF Provider
  • Deployed with github actions
  • Run locally from given subdirectory with terraform plan|apply --var-file=millerd.tfvars

References