Learning Terraform – Part 2: Variables, Expressions and Functions
This post is a continuation of my series of blog posts on learning Terraform. In my previous post, I covered the fundamentals of Terraform. In this post, I want to dive a little deeper and discuss using variables, count, conditional expressions and functions in Terraform. Let’s get started with variables. Variables Variables allow you to… Read More Learning Terraform – Part 2: Variables, Expressions and Functions