How to effectively use YAML variables in your Terraform code
TL/DR:
In this post we will explore how to easily use YAML variables inside of your Terraform code.The best part? You don't need any external tools for that and everything also applies to OpenTofu.F...