Week 1 - Welcome to TFCB
This week you will learn about the Terraform Configuration Language, specifically how to use Providers to provision cloud resources, Variables to define configuration, Functions to perform advanced data manipulation, Conditionals for branching logic, count() for creating multiple instances of cloud infrastructure, for_each() for more complex creation of multiple instances of cloud infrastructure, and Modules for organizing collections of Terraform code.