Introduction

The DevOps movement includes a series of IT engineering tactics aimed at shortening the amount of time it takes to make changes to software design and deployment. One of these tactics is to leverage technology to write a plan that contains deployment specifications ready to be orchestrated in the cloud or on-premises. Terraform is a tool that allows you to build and manage infrastructure safely and efficiently. This includes low-level components such as compute instances, storage, and networking, as well as high-level components such as DNS entries, SaaS features, etc. Terraform can manage both existing service providers and custom in-house solutions. In this course, you will learn about how to use Terraform to define and to manage your Cloud or on-premise infrastructure

Understanding Infrastructure As Code (IaC)

Infrastructure as code is a concept that allows you to:

IaC with Terraform

Terraform Fundamentals