Infrastructure-as-Code (IaC) has revolutionized cloud infrastructure management – making it easier than ever before to automate deployment/configuration, track changes and manage idempotent infra environments via version control, and increase the scalability of applications/systems in a holistic sense (meaning everything from… Read More ›
Infrastructure-as-Code
Intro to Terraform Pt III: Modules
In part one of the Into to Terraform series, we introduced the high-level concepts of Terraform and Infrastructure-as-Code in general. In part two, we looked at the basic building blocks of Terraform and how to construct resources. We saw how… Read More ›
Intro to Terraform Pt II: The Building Basics
As discussed in part one of the Intro to Terraform series, Terraform is a declarative language which can be used to manage cloud resources in an Infrastructure-as-Code approach. For someone like myself – coming from a traditional IT background with… Read More ›