Some Techniques to Enhance Your Terraform Proficiency

Terraform built-in functionality is very feature-rich: functions, expressions, and meta-arguments provide many ways to shape the code and fit it to a particular use case. I want to share a few valuable practices to boost your Terraform expertise in this blog. Some code examples in this article will work with Terraform version 0.15 and onwards. But if you’re still using 0.14 or lower, here’s another motivation for you to upgrade. Conditional resources creation Let’s start from the most popular one (although, still may be new for somebody): whether to create a resource depending on some fact, e....

January 16, 2022 · Serhii Vasylenko