Embracing Terraform: A Beginner’s Guide for AWS CloudFormation Veterans

What is terraform? Terraform is an open-source Infrastructure as Code (IaC) tool developed by HashiCorp. It allows you to define and provision infrastructure using a declarative configuration language. This means you can describe your desired infrastructure in code, and Terraform will take care of creating and managing the resources for you. Why I’m Shifting to […]

Embracing Terraform: A Beginner’s Guide for AWS CloudFormation Veterans Read More »

Terraform: Evolving my Infrastructure as Code Practice with Terraform

In my previous post, I documented getting started with Terraform coming from an AWS CloudFormation background. As I continue my Terraform learning journey from a CloudFormation background, two concepts that took more effort to grasp are variables and modules. Both offer powerful capabilities for customization and reusability — let’s break it down! What are Variables? Terraform variables provide a way to make

Terraform: Evolving my Infrastructure as Code Practice with Terraform Read More »

Scroll to Top