That’s All for the HashiConf 2025 Keynote
A summary of real Terraform ecosystem trends post-IBM acquisition, covering Stacks GA, Terraform Actions, and new search/import features.
A summary of real Terraform ecosystem trends post-IBM acquisition, covering Stacks GA, Terraform Actions, and new search/import features.
Terraform Cloud's legacy free tier is being replaced by a credit-based model, changing how users access the platform for free.
Three Terragrunt file patterns for orchestrating complex Terraform deployments at scale, including input mapping and data aggregation.
A guide to deploying Azure Landing Zones using Terraform, covering the module's structure, purpose, and a practical deployment walkthrough.
A guide exploring the reasons, benefits, and process of migrating from Terraform to the open-source fork, OpenTofu.
Guide to deploying AWS infrastructure using Terraform within Microsoft Azure DevOps pipelines, including setup for cross-cloud deployments.
Explores new variable validation capabilities in Terraform 1.9, allowing dynamic checks using other variables and resources.
A guide to using the experimental compileTimeImports feature in Azure Bicep to export and import variables, functions, and types between files.
Explores common anti-patterns when using a layered approach to structure Terraform (IaC) projects, discussing its origins and suitability.
A beginner's guide to Terraform, covering its core concepts, benefits, and basic commands for managing infrastructure as code.
Overview of the Terraform Certified Associate exam update to version 003, covering key changes and study guidance.
Explains how to use Terraform 1.1's new 'moved' block to safely refactor infrastructure code without destroying existing resources.
Explores data transformation challenges in Terraform using a real-world example of managing Azure Kubernetes Service RBAC permissions.
A technical talk summary on using Terraform with CSVs and ForEach loops to achieve DRY (Don't Repeat Yourself) principles for scalable infrastructure-as-code deployments.
Learn how to use Ansible to dynamically generate parameters and deploy Azure ARM templates, simplifying infrastructure management.
A tutorial on using Terraform to create and manage secrets in Google Cloud's Secret Manager service.
A guide on how to access and use secrets from Google Secret Manager within Terraform infrastructure-as-code configurations.
A guide on using Golang to automatically generate Terraform configuration code from a TOML specification file, focusing on AWS Network ACL rules.
A wrap-up of a blog series documenting all built-in Terraform interpolation functions, including project reflections and lessons learned.
Explains the Terraform zipmap() function, which creates a map from two equal-length lists, with examples and use cases.