Introduction
Explore the fundamentals of Infrastructure as Code and how Terraform enables the automation of cloud infrastructure provisioning. Understand the collaboration between software developers and infrastructure administrators through declarative specifications, the role of Terraform providers, and how to extend Terraform by creating custom providers.
We'll cover the following...
We'll cover the following...
Infrastructure as Code (IaC) is the practice of provisioning computing infrastructure using machine-readable, declarative specifications or imperative code, rather than using an interactive configuration tool. IaC became increasingly popular with the rise of cloud computing. Infrastructure administrators who were ...