Mastering Terraform Local Variables
In today’s blog post, we will learn terraform local variables better known as local values. While input variables are the standard way to define variables in terraform, you can use local variable to temporarily perform some data manipulation and store the outcome. This detailed guide will walk you through everything you need to know about … Read more