Darren Murphy

Full time network engineer, part time triathlete, technology lover.

View on GitHub

Latest Posts

  • Table of Contents creation for Markdown with markdown-toc

    A well-structured table of contents (TOC) can significantly enhance the readability of your documents, especially when dealing with lengthy or technical content. I often find myself writing extensive posts that benefit from a clear TOC. However, manually creating and maintaining these TOCs can be tedious and time-consuming.

  • Creating a basic AWS network with Terraform

    Amazon Web Services (AWS) offers a wide range of cloud computing services, one of which is networking. In this post, I’ll go over the fundamentals of setting up a basic but robust and scalable network infrastructure using AWS and Terraform.

  • How I structure my Terraform projects

    Harnessing the power of Terraform, I segment resources and utilize environment-specific tfvars for a nimble, scalable, and collaborative infrastructure management experience.

  • Getting setup to use Terraform to manage AWS resources

    A short post describing how to configure an IAM role for Terraform to interact with AWS.

  • Automating Azure OpenAI Deployments with Terraform

    In this blog post, I’ll explore an efficient way to deploy multiple Azure OpenAI instances with multiple models using Terraform.

  • Configure Terraform to use an S3 backend

    Using S3 to store the Terraform state file allows multiple people in a team to work on the same Infra without risking the state file getting out of sync, it’s also really easy to set up.