awsterraform30days.hashnode.devDay 9: Mastering Terraform Lifecycle Meta-arguments (AWS)Terraform’s lifecycle meta-arguments give you fine-grained control over how your resources are created, updated, or destroyed.If you’ve ever worried about: accidental destruction of production resources downtime during updates Terraform fighting w...Dec 6, 2025·4 min read
awsterraform30days.hashnode.dev🌟 Day 08 — Mastering Terraform Meta-Arguments (COUNT, FOR_EACH, DEPENDS_ON, PROVIDER, For Expressions)A Complete, practical, and deeply explained guide — with examples and diagrams Welcome to Day 08 of the Terraform AWS Course! This installment focuses on Terraform meta-arguments (the knobs that control how Terraform manages resources) except for lif...Dec 3, 2025·7 min read
awsterraform30days.hashnode.dev🚀 Day 7 of #30DaysOfAWSTerraform — Understanding Type Constraints in TerraformToday’s topic is one of the most important foundations in Terraform — Type Constraints.If you understand how to define, validate, and enforce types for your variables, you will avoid 90% of configuration errors in real Terraform projects. In simple w...Nov 30, 2025·3 min read
awsterraform30days.hashnode.dev30 Days of Terraform (AWS) — Days 3–6 (Combined)I’ve been busy the past few days so I’m combining Days 3–6 into one post. From Day 7 onward I’ll publish a separate post for each day again. Overview (what we cover in this post) Day 3 — AWS Authentication & S3 bucket basics (Terraform + AWS credent...Nov 30, 2025·6 min read
awsterraform30days.hashnode.dev🚀 Day 2 of My #30DaysOfAWSTerraform JourneyAfter completing Day 1, I felt much more comfortable with the basics of IaC.Today, I took a deeper dive into something that Terraform absolutely cannot function without — Providers. This turned out to be one of those topics that looks simple from the...Nov 27, 2025·3 min read