Featured resource
2026 Tech Forecast
2026 Tech Forecast

1,500+ tech insiders, business leaders, and Pluralsight Authors share their predictions on what’s shifting fastest and how to stay ahead.

Download the forecast
  • Lab
    • Libraries: If you want this lab, consider one of these libraries.
    • Core Tech
Google Cloud Platform icon
Labs

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.

Google Cloud Platform icon
Lab platform
Lab Info
Level
Beginner
Last updated
Apr 21, 2026
Duration
30m

Contact sales

By clicking submit, you agree to our Privacy Policy and Terms of Use, and consent to receive marketing emails from Pluralsight.
Table of Contents
  1. 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, and outputs.tf files
    • 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.tf to return the bucket’s Amazon Resource Name (ARN) and the website endpoint URL
  2. 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.tf file using a module block, a relative source path, and variable arguments
    • Deploy the infrastructure using terraform init and terraform apply to create resources in AWS
    • Verify that the resources were created in the AWS Management Console
About the author

Pluralsight Skills gives leaders confidence they have the skills needed to execute technology strategy. Technology teams can benchmark expertise across roles, speed up release cycles and build reliable, secure products. By leveraging our expert content, skill assessments and one-of-a-kind analytics, keep up with the pace of change, put the right people on the right projects and boost productivity. It's the most effective path to developing tech skills at scale.

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.

Get started with Pluralsight