terraform-and-aws.hashnode.devUsing Terraform and GitHub Actions for Drift Detection and CorrectionInfrastructure drift is one of the most common problems in cloud environments. Someone changes a setting in the AWS console, a hotfix is applied manually, or a script updates a resource outside Terraform. Over time, what is running in AWS no longer m...Feb 6·4 min read
terraform-and-aws.hashnode.devMastering GitOps: Utilizing Terraform and ArgoCD for EKS DeploymentRunning Kubernetes in production is not just about deploying pods. It is about networking, security, visibility, and control. GitOps brings discipline by making Git the single source of truth, while Terraform ensures the underlying AWS infrastructure...Jan 28·4 min read
terraform-and-aws.hashnode.devGuide to Implementing a 3-Tier Architecture on AWS with TerraformMost production applications are not single servers anymore. They are split into layers so that each part can scale, fail, and evolve independently. A 3 tier architecture is the most common and proven way to do this. In this blog, we build a Goal Tra...Jan 15·4 min read
terraform-and-aws.hashnode.devHow to Automate AWS Infrastructure with Terraform and GitHub ActionsManually running Terraform from a laptop does not scale. It introduces risk, inconsistency, and dependency on individuals. Infrastructure should be deployed the same way application code is deployed, automatically and predictably. In this blog, we bu...Jan 6·3 min read
terraform-and-aws.hashnode.devIntroduction to HCP Terraform: What You Need to KnowAs teams grow, running Terraform locally starts to show limits. State files become hard to manage, secrets need protection, and collaboration becomes risky. This is where HCP Terraform comes in. HCP Terraform is a fully managed Terraform service by H...Jan 5·4 min read