terraform-with-aws.hashnode.devDay 27: Terraform Infrastructure with GitHub ActionsManaging cloud infrastructure manually is time-consuming, error-prone, and difficult to scale. As organizations adopt Infrastructure as Code (IaC) with tools like Terraform, automating its deployment becomes crucial. In this comprehensive guide, we'l...Jan 1·6 min read
terraform-with-aws.hashnode.devDay 26: HashiCorp Cloud PlatformIf you manage infrastructure with Terraform, you've likely faced: credential chaos, manual deployments, duplicated code, insecure secrets, and scattered modules. We tolerated these issues for years—until HashiCorp Cloud Platform (HCP) transformed eve...Dec 31, 2025·3 min read
terraform-with-aws.hashnode.devDay 25: Terraform Import In AWSThe Legacy Infrastructure Challenge Many organizations have AWS resources created manually—legacy applications, quick prototypes, or emergency fixes. When transitioning to Infrastructure as Code (IaC) with Terraform, you face a critical problem: Terr...Dec 30, 2025·4 min read
terraform-with-aws.hashnode.devDay 24: Scalable and Fault-Tolerant Two-Tier Application using TerraformModern web applications require infrastructure that can handle both expected growth and unexpected failures. A two-tier architecture on AWS, automated with Terraform, provides the foundation for building such resilient systems. This approach separate...Dec 27, 2025·5 min read
terraform-with-aws.hashnode.devDay 23: Observability and Monitoring using Terraform AWSMonitoring applications effectively is what separates production-ready systems from fragile prototypes. In this post, I'll walk through building complete observability for a serverless image processing application using Terraform, demonstrating how i...Dec 24, 2025·4 min read