Terraform for absolute beginners

Go to class
Write Review

Terraform for absolute beginners provided by Coursera is a comprehensive online course, which lasts for 2 hours worth of material. Terraform for absolute beginners is taught by Saurabh Dhingra. Upon completion of the course, you can receive an e-certificate from Coursera. The course is taught in Englishand is Paid Course. Visit the course page at Coursera for detailed price information.

Overview
  • 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