Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
[DevOps] Terraform - How to manage multi-environments
Rating: 4.5 out of 5(6 ratings)
29 students

[DevOps] Terraform - How to manage multi-environments

Master Terraform, learn how to manage multi-environments.
Last updated 8/2025
English

What you'll learn

  • How to manage multi-environments
  • How to configure backend for terraform to store statefile
  • How to work with Terraform Workspace
  • Create a Jenkins pipeline to deploy infrastructure

Course content

6 sections15 lectures1h 37m total length
  • IMPORTANT - Please watch1:00

    Assess your readiness for this advanced Terraform course by confirming you have AWS experience and know Terraform basics, then learn to construct multi-environment infrastructure with clean code and best practices.

  • About Course1:54
  • About Author1:00

    Meet the instructor, a nearly twenty-year engineer and former system administrator with extensive on-prem and cloud experience, specializing in AWS, Google Cloud, Microsoft technologies, Terraform, and Ansible.

Requirements

  • Need to be familiar with Terraform, know basic commands (terraform init, terraform plan, terraform apply)
  • Know the basics of AWS, be able to create resources
  • Need to have AWS and Github accounts

Description

Are you already familiar with Terraform and AWS, but want to take your infrastructure-as-code skills to the next level? This course is designed for professionals who know the basics and are ready to build real-world, production-ready solutions using Terraform and Jenkins.


In this course, you’ll learn how to properly configure a Terraform backend to store and manage your state files. You’ll also discover several effective strategies for handling multiple environments, including how to separate and isolate infrastructure for development, staging, and production. We’ll explore three proven approaches: using separate folders, Terraform workspaces, and sub-folder structures for environment management.


On top of that, you’ll learn how to build a fully automated CI/CD pipeline using Jenkins to deploy your infrastructure. This will help you move beyond manual deployments and adopt a scalable, team-friendly workflow.


You’ll also see everything in action through two hands-on demos — one running locally on your machine, and the other integrated into a Jenkins pipeline for continuous delivery.


This is not a beginner course. You should already be comfortable with basic Terraform commands, have experience with AWS, and know how to create resources like EC2, S3, or IAM roles.


If you’re looking to level up your Terraform workflow with real-world automation techniques, this course is for you.

Who this course is for:

  • DevOps engineer who want to know how to manage multi-environments