In this chapter, we’ll introduce Terraform at a higher level by creating a simple configuration, we’ll follow the process of executing the configuration against Azure, and we’ll understand the actions performed during this time before getting into the depths of Terraform concepts and configuration. This will not only make the following chapters easy to follow but also help readers understand the big picture of writing and executing Terraform scripts.
The focus of this chapter will be on understanding the architecture ...