Tag: #iac
Writing on GPUs, LLMs, MLOps, Kubernetes — and mindset · 12 posts
OpenTofu 1.12's Dynamic prevent_destroy — Where the Lifecycle Block's Static Constraint Loosens, and What It Costs
Terraform's lifecycle block accepts only literal values by design. HashiCorp's docs explain why: lifecycle settings are processed while building the dependency graph, before variables can be evaluated — and the request t
2026-07-16 · 12 min read #opentofu#terraform#iac#devops#state-managementIaC Patterns & Best Practices 2025: Terraform Modules, Pulumi, Crossplane, State Management
Everything about IaC patterns! Terraform module design (composition/abstraction), Pulumi (programming language IaC), Crossplane (K8s native), state management (Remote State/Locking), drift detection, testing (Terratest/C
2026-04-14 · 19 min read #iac#terraform#pulumi#crossplane#cdktfTerraform & IaC Complete Guide — Everything About Managing Infrastructure as Code
Everything about Infrastructure as Code: Terraform fundamentals, HCL syntax, state management, modules, Terragrunt, and real-world AWS examples.
2026-04-12 · 18 min read #devops#terraform#iac#infrastructure#awsTerraform IaC Complete Guide 2025: Managing AWS/GCP Infrastructure as Code
Complete guide to managing infrastructure as code with Terraform! HCL syntax, Provider/Resource/Module architecture, State management (S3+DynamoDB), Workspaces, Import, Drift Detection, Terragrunt, CI/CD automation, and
2026-03-23 · 17 min read #terraform#iac#aws#gcp#azureOpenTofu vs Terraform 2026 Complete Comparison: IaC Tool Selection and Migration Strategy
Compares the latest 2026 features, license differences, state encryption, and provider compatibility between OpenTofu and Terraform. Provides practical migration strategies and team adoption guides.
2026-03-14 · 18 min read #devops#opentofu#terraform#iac#2026-03Terraform State Management and Module Design Practical Guide: Remote Backend, State Locking, Module Patterns, and Drift Detection
Deep analysis of Terraform state file structure, Remote Backend (S3/GCS) configuration, State Locking (DynamoDB) mechanisms, module design patterns (Composition/Registry), and Drift Detection strategies. Covers state con
2026-03-11 · 17 min read #devops#terraform#iac#state-management#module-designComplete Guide to Terraform Module Design Patterns: State Management, Workspaces, and Atlantis Automation
A comprehensive guide covering Terraform module design patterns (Composition, Facade, Factory), remote state management with S3+DynamoDB/GCS/Terraform Cloud, workspace strategies, and GitOps automation with Atlantis. Inc
2026-03-10 · 14 min read #devops#terraform#iac#state-management#atlantisPulumi IaC Practical Guide: Cloud Infrastructure Automation with TypeScript
A practical guide to Infrastructure as Code with Pulumi and TypeScript. Covers pros and cons vs Terraform, AWS/GCP resource provisioning, stack management, Automation API, and CI/CD integration with code examples.
2026-03-08 · 26 min read #devops#pulumi#iac#typescript#cloudTerraform and OpenTofu IaC drift detection and automatic recovery operation guide
A comprehensive IaC drift management guide that covers everything from the causes of infrastructure drift in Terraform and OpenTofu environments to building automatic detection pipelines, CI/CD integration, recovery stra
2026-03-07 · 26 min read #devops#terraform#opentofu#iac#drift-detectionThe Complete Guide to Terraform State Management — Remote Backend, Locking, and Migration in Practice
Covers Terraform State concepts through practical code examples, including S3/GCS Remote Backend configuration, DynamoDB State Locking, and State separation strategies for team collaboration.
2026-03-03 · 7 min read #devops#terraform#iac#state-management#2026-03Implementing Kubernetes-Native IaC with Crossplane: A Cloud Control Plane That Replaces Terraform
Hands-on practice with Kubernetes-Native infrastructure management using the CNCF Graduated project Crossplane. Covers Provider configuration, building a self-service platform with Compositions, and GitOps integration wi
2026-03-03 · 7 min read #devops#crossplane#kubernetes#iac#gitopsThe Complete Guide to Terraform & Ansible Commands: Everything About IaC and Configuration Management
From Terraform's init through apply, state management, modules, and workspaces, to Ansible's ad-hoc commands, playbooks, roles, Vault, and Galaxy — a systematic write-up of every command in Terraform and Ansible, the two
2026-03-01 · 46 min read #terraform#ansible#iac#configuration-management#devops