Posts tagged "terraform"
131 articles
Terraform vs. CloudFormation: How to choose the right IaC tool
Terraform vs. CloudFormation explained with real operational trade-offs, state, drift, portability, workflows, governance, and when to use both together.
What are Terraform stacks? A practical guide with real examples
Learn what Terraform stacks are, how components and deployments fit together, and see Terraform stacks examples for multi-environment infrastructure.
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.
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.
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.
How to detect, manage, and prevent Terraform drift: The ultimate guide
Learn what Terraform drift is, its common causes, and how to master Terraform drift detection. Discover strategies to manage, fix, and prevent drift.