Posts tagged "infrastructure-as-code"
18 articles
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.
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 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.
Understanding bare metal: meaning, benefits and how to migrate to cloud
How a bare metal server differs from virtual machines, cloud servers and traditional dedicated servers, and how to move from physical hardware to cloud.
Is Terraform open source? No, but there is an alternative
Is Terraform open source? No, but there are alternatives. Here's our guide to finding the right solution for you and why Terraform isn't open source (but should be).
Deploy a Terraform load balancer on AWS
The differences between an application load balancer (ALB) and network load balancer (NLB), and how to provision and deploy load balancers with Terraform on AWS.
How to Deploy an EKS Cluster with Terraform
How to create a AWS EKS clusters using Terraform, including worker nodes, IAM roles, and networking. Atep-by-step guide to Terraform EKS clusters.
How to Deploy Grafana with Terraform on AWS and Kubernetes
Learn how to deploy Grafana using Terraform on AWS EC2 and Kubernetes. Includes IAM roles, security groups, data sources, and monitoring setup.
Scaling Terraform with Terragrunt: Managing Complex Environments
Learn how Terragrunt solves Terraform's scaling challenges. Manage complex multi-account AWS deployments, keep configurations DRY, and automate with GitHub Actions.