hands-on lab

Creating Reusable Infrastructure with Terraform Modules in Azure

Beginner
45m
839
4/5
Get guided in a real environmentPractice with a step-by-step scenario in a real, provisioned environment.
Learn and validateUse validations to check your solutions every step of the way.
See resultsTrack your knowledge and monitor your progress.
Lab description

Modules are a critical component of production-grade Terraform configurations. It gives infrastructure developers the ability to split infrastructure services up into separate components. For example, you can have a module for deploying Virtual Machines and a module for Virtual Networks. You can then use each module as a building block for creating entire environments in Azure.

Terraform configuration files that are thousands of lines of code are considered an anti-pattern. Infrastructure code becomes unmanageable, and execution plans can take over 10 minutes to create. Instead, split the code up into modules. Modules separate pieces of the infrastructure into reusable, testable units.

Modules also provide a way for the community to share Terraform configurations with others. There are hundreds of modules on the Terraform Registry. It is highly recommended to look at the community-made modules before creating your own from scratch. The State of DevOps report shows that companies that re-use code are high performers.

In this lab, you will learn how to create reusable Terraform configurations using modules.

Learning Objectives

Upon completion of this lab you will be able to:

  • Understand how to use modules to create reusable infrastructure
  • Know the benefits of using modules
  • Learn how to pass data between modules

Intended Audience

This lab is intended for:

  • Individuals studying to take the HashiCorp Certified: Terraform Associate exam
  • Anyone interested in learning how to use Terraform to manage Cloud Service Providers

Lab Prerequisites

You should be familiar with:

  • Cloud Services
  • DevOps
  • Deploying resources with Terraform and using variables

The following course can be used to fulfill the prerequisites:

 

Updates

June 16th, 2021 - Updated the Lab to fix startup failure

Environment before
Environment after
About the author
Avatar
Luke Orellana
Cloud Labs Developer
Students
19,061
Labs
42
Courses
1
Learning paths
15

Luke is a Site Reliability Engineer at Microsoft. His background is infrastructure development using Terraform and in 2021 he was awarded the HashiCorp Ambassador award. He is an Azure DevOps Engineer Expert, Azure Administrator Associate, and HashiCorp Certified - Terraform Associate.

Covered topics
Lab steps
Creating Reusable Infrastructure with Terraform Modules in Azure