Engineering Blog
Technical deep dives, infrastructure automation best practices, and insights from the Terrateam engineering team.
RSSRecent Articles
Terrateam partners with Devoteam to help teams build solid cloud foundations
We're excited to announce that Terrateam has partnered with tech consultancy Devoteam to help developers and engineers ship infrastructure on the cloud.
AWS CDK vs. Terraform: The trade-offs that show up in production
AWS CDK vs. Terraform compared for real workflows, state, drift, testing, portability, and shipping changes safely at scale – plus a bit about CloudFormation.
Infrastructure as code: what IaC is and how to implement it
Learn what infrastructure as code is, how IaC works in DevOps, and a practical plan to implement and test IaC with security guardrails and fewer surprises.
Is HCP Terraform still free? What the change to Terraform Cloud's free tier means for you
What has changed in Terraform's pricing, what it means for free Cloud customers, and which options you have if your infrastructure grows beyond a free tier.
OpenTofu vs. Terraform: a comparison of the IaC engines
OpenTofu vs. Terraform comparison for 2026. See licensing, state encryption, Terraform Cloud tradeoffs, and when to use each IaC tool.
GitHub changed their API without warning and broke our production system
GitHub shipped a breaking change to workflow_dispatch without warning. It broke Terrateam and probably other systems that haven't noticed yet.
How to Deploy ArgoCD with Terraform on Kubernetes
Learn how to deploy Argo CD with Terraform using the Kubernetes provider. Set up application repositories, RBAC, and integrate with GitOps workflows.
How to deploy HashiCorp Vault with Terraform on AWS
Learn how to deploy HashiCorp Vault on AWS using Terraform, configure high availability, and enable AWS KMS auto-unseal to maintain secure secret management.
How to deploy a serverless application with Terraform on AWS Lambda
How to deploy a serverless application with Terraform on AWS Lambda. Complete guide covering API Gateway, IAM roles, event triggers, and infrastructure as code.