Basics of IaC with Terraform
hands on terraform
Jan 15, 20253 min read8

Search for a command to run...

Series
In this short series, we will include some articles to go through how to write your own terraform code.
hands on terraform

Objective In this section, we discuss the concept of Terraform state. Terraform is responsible for creating or altering resources on a platform (for example, deploying pods to Kubernetes or creating resources on AWS). To manage this, Terraform needs ...

divide and rule

Introduction In this part, we’ll explore some advanced features of Terraform. You’ll learn about variable types, constructs like for_each, and how to use dynamic blocks to make your Terraform code cle
