- Lab
-
Libraries: If you want this lab, consider one of these libraries.
- Core Tech
Creating Your First Terraform Module
In this lab, you will learn how to use and modify a Terraform module to deploy an AWS S3 static website.
Lab Info
Table of Contents
-
Challenge
Construct a local Terraform module for an S3 static website
- Create an initial local directory structure for the project and module that includes
main.tf,variables.tf, andoutputs.tffiles - Define the required AWS S3 resources in
main.tf, including the bucket and its website configuration - Parameterize the module by declaring input variables for the bucket name and resource tags in
variables.tf - Configure module outputs in
outputs.tfto return the bucket’s Amazon Resource Name (ARN) and the website endpoint URL
- Create an initial local directory structure for the project and module that includes
-
Challenge
Deploy a Terraform module from a root `main.tf` file and verify that it is working as expected
- Call the local module from a root
main.tffile using a module block, a relative source path, and variable arguments - Deploy the infrastructure using
terraform initandterraform applyto create resources in AWS - Verify that the resources were created in the AWS Management Console
- Call the local module from a root
About the author
Real skill practice before real-world application
Hands-on Labs are real environments created by industry experts to help you learn. These environments help you gain knowledge and experience, practice without compromising your system, test without risk, destroy without fear, and let you learn from your mistakes. Hands-on Labs: practice your skills before delivering in the real world.
Learn by doing
Engage hands-on with the tools and technologies you’re learning. You pick the skill, we provide the credentials and environment.
Follow your guide
All labs have detailed instructions and objectives, guiding you through the learning process and ensuring you understand every step.
Turn time into mastery
On average, you retain 75% more of your learning if you take time to practice. Hands-on labs set you up for success to make those skills stick.