A major benefit of Terraform is the ability to apply decision-making into your cloud infrastructure. The language used to define Terraform configurations, HashiCorp Configuration Language (HCL), offers conditional expressions capable of setting resource configurations dynamically. Pairing Terraform modules with conditional expressions can reduce the amount of code needed to build your cloud infrastructue and allow for reusability.
In this lab, you will learn how to incorporate conditional expressions into your Terraform projects to create resources dynamically.
Upon completion of this lab, you will be able to:
Familiarity with the following will be beneficial but is not required:
The following lab can be used to fulfill the prerequisites:
April 27th, 2023 - Updated theia to enable autosave