In this course, you will learn what Terraform is and how it is used. You will learn how to install and upgrade Terraform, as well as the different commands and syntax used.
Learning Objectives
Introduction to Terraform
- start the course
- describe what Terraform is and how it is used
- install Terraform on the Windows 10 platform
- install Terraform on the MacOSX platform
- install Terraform on the Ubuntu Linux platform
- upgrade Terraform
- identify Terraform commands
Configuration Syntax
- use HashiCorp Configuration Language (HCL) Terraform syntax
- use JSON formatted configuration file syntax
Interpolation Syntax
- use interpolation syntax to reference variables
- describe the different types of available variable references that can be used
- use conditions with interpolations
- identify and use the Terraform built-in functions
Practice: Using Terraform Syntax
- use Terraform syntax