Terraform for absolute beginners

University/Institute: Coursera Project Network





Description

Terraform allows infrastructure to be expressed as code. The desired state is expressed in a simple human-readable language. Terraform uses this language to provide an execution plan of changes, which can be reviewed for safety and then applied to make changes. Extensible providers allow Terraform to manage a broad range of resources, including hardware, IaaS, PaaS, and SaaS services. In this 1-hour long project-based course, you will get Understanding of Infrastructure as code Understanding of Terraform basics and its execution flow Understanding HCL language (Harshicorp Language System) syntax Creating infrastructure using Terraform Defining variables in Terraform