Skip to main content
  1. Tags/

Terraform

2021

Taking on the DigitalOcean Kubernetes Challenge - GitOps CI/CD with Argo CD and Tekton
··2625 words·13 mins
DevOps Kubernetes Terraform Docker
I attempt to complete the DigitalOcean Kubernetes Challenge and deploy a GitOps CI/CD solution using Tekton and Argo CD

2020

Getting Terraform to apply only when a change exists using Make
··1982 words·10 mins
Tips & How-To's Terraform Linux Bash Make
This post explains Terraform’s exit codes in detail and how you can use them to skip a terraform apply when no changes are needed.