CPCédric Poissonincedric-poisson.hashnode.dev·16h ago · 7 min readFrom Zero to a Working Active Directory Forest — Automating Everything with OpenTofu and AnsibleA few weeks ago I set myself a challenge: build a fully working Active Directory lab on Azure — forest, domain controller, organizational units, group policies, a domain-joined client — without touchi00
MTMuhammad Tahirinmtdeveloper.hashnode.dev·1d ago · 10 min readTerraform IaC Best Practices: State Management, Modular Cloud & Drift DetectionThis article was originally published on Muhammad Tahir's Portfolio. Introduction & Industry Context Infrastructure as Code (IaC) has become an indispensable practice for modern software delivery, ena00
VVVarun Vardeinvarunvarde.hashnode.dev·2d ago · 12 min readHow Do You Enforce Security Gates Before Deployment?Modern CI/CD pipelines are designed to move software rapidly from source code to production. That velocity is valuable, but speed without adequate controls can transform a small coding mistake into a 00
CPCédric Poissonincedric-poisson.hashnode.dev·3d ago · 13 min readEvery Error I Hit Deploying Kubernetes on Azure With OpenTofu (and What Each One Taught Me)I spent a weekend turning an empty GitHub repo into a Kubernetes cluster running on Azure, provisioned entirely through code, deployed through a CI/CD pipeline that triggers on merge. That sentence to00
SPSruthi Palleinsruthipalle.hashnode.dev·3d ago · 8 min readProduction-Grade Terraform (Part 4) —Solving "Checksum Verification Failed" &Terraform Dependency Lock File1. 🔒 Terraform Dependency Lock File (.terraform.lock.hcl) The lock file is our "Infrastructure Receipt." It ensures that every team member and our CI/CD pipeline use the exact same provider versions,00
SPSruthi Palleinsruthipalle.hashnode.dev·4d ago · 7 min readProduction-Grade Terraform (Part 3) — Terraform AWS Provider: An In-Depth AnalysisI. The Core Function of Terraform Providers A Terraform provider is a plugin that serves as the bridge between Terraform's core binary and a target API. Its primary responsibility is to interpret the 00
SPSruthi Palleinsruthipalle.hashnode.dev·6d ago · 2 min readProduction-Grade Terraform (Part 2) — Terraform Installation and Configuring AWS CLITerraform Installation and Configuring AWS CLI This guide provides step-by-step instructions for setting up your local development environment for infrastructure management using Terraform and AWS. 1.10
SPSruthi Palleinsruthipalle.hashnode.dev·Aug 21 · 5 min readProduction-Grade Terraform (Part 1) — Core Concepts & IaC Fundamentals1 .Introduction to IaC Definition: Managing and provisioning computing infrastructure (e.g., networks, virtual machines, load balancers) using configuration files typically stored in version control. 00
MSManu Shuklainecorpit.hashnode.dev·Aug 21 · 13 min readIAM Policy Autopilot gained Terraform plan support on 18 August 2026 — 4 limits AWS did not mentionIAM Policy Autopilot gained Terraform plan support on 18 August 2026 — 4 limits AWS did not mention Summary. On 18 August 2026 AWS added Terraform plan files as an input to IAM Policy Autopilot, the o00
VVVarun Vardeinvarunvarde.hashnode.dev·Aug 19 · 7 min readHow Do You Manage Security for Multi-Cloud CI/CD Pipelines?Multi-cloud CI/CD environments provide flexibility, resilience, and access to specialized services across AWS, Azure, Google Cloud, and other platforms. They also introduce a broader security perimete10