Tag: #terraform
Writing on GPUs, LLMs, MLOps, Kubernetes — and mindset · 13 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-managementPlatform Engineering & IDPs 2026 Complete Guide — Backstage, Port, Cortex, Humanitec, Crossplane, ArgoCD, Pulumi, Terraform, OpenTofu Deep Dive
In 2026 platform engineering is no longer the vague slogan of "DevOps 2.0." Team Topologies has become canonical, "Platform Team" is now a real box on the org chart, Backstage has matured past 1.40 GA, Port, Cortex, OpsL
2026-05-16 · 24 min read #platform-engineering#idp#backstage#port#cortexConfiguration Languages 2026 — CUE / Pkl (Apple) / KCL / Dhall / Jsonnet / HCL / Nix / Starlark / Pulumi (TS) Deep Dive
The 2026 configuration language landscape — CUE (Marcel van Lohuizen), Pkl (Apple, Feb 2024), KCL (Kusion Stack, CNCF Sandbox 2024), Dhall, Jsonnet (+ Sjsonnet / Tanka / Grafonnet), HCL (Terraform), Nix Lang / NixOS, Sta
2026-05-16 · 23 min read #config-language#configuration#cue#pkl#kclIaC 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#awsAWS Dynamic Infrastructure Complete Guide: Auto Scaling, Spot Instances, and IaC for 90% Cost Savings
A complete guide to automatically creating AWS infrastructure when needed and removing it when not. EC2 Auto Scaling, Spot Instances (90% discount), Lambda, Fargate, Terraform/CDK IaC — practical strategies to dramatical
2026-03-23 · 31 min read #aws#ec2#auto-scaling#spot-instances#terraformTerraform 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#atlantisTerraform 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-03The 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