April 25, 2025

Ensuring Terraform State Security with Ephemeral Values and Write-Only Outputs

Ephemeral resources are Terraform resources that are essentially temporary. Ephemeral resources have a unique lifecycle, and Terraform does not store information about ephemeral resources in state […]
April 22, 2025

Terraform depends_on: What it is, When to use it, and Best Practices

When working with Terraform, managing resource dependencies effectively is key to avoiding deployment issues. Terraform is great at automatically determining the order of resource creation, but […]
April 18, 2025

Bye Bye Blob! Hello Static Web Apps! A Blue-Green Journey with Terraform and GitHub Actions

My blog was originally hosted on Azure Blob Storage with static website hosting enabled. It was a clean and straightforward setup… Continue reading on Azure Terraformer […]