Courses: https://www.aosnote.com/store Website: https://www.aosnote.com/ In this lecture, you will learn how to use Terraform Modules to build a 3 tier AWS network VPC with Public and Private Subnets, Internet Gateway, and Route Tables etc. What is Terraform Module: Terraform modules allow you to use one code to create multiple resources. Download Backend Reference File: https://github.com/azeezsalu/terraform-tutorial-reference-files/blob/main/backend%20reference.tf Download VPC Reference File: https://github.com/azeezsalu/terraform-tutorial-reference-files/blob/main/vpc%20reference.tf ---------------------------------------------------------------------------- AWS Hands-on Projects for Beginners👇 ---------------------------------------------------------------------------- ✔ Getting Started on AWS Cloud: https://www.aosnote.com/offers/qq2dokAR/checkout ✔ Deploy a Static Website: https://www.aosnote.com/offers/T7wgpKti/checkout ✔ Deploy a WordPress Website: https://www.aosnote.com/offers/xFzqby9z/checkout ✔ Deploy a Dynamic E-commerce Website: https://www.aosnote.com/offers/gYsmFBVg/checkout ✔ Deploy a Dynamic Website with Terraform: https://www.aosnote.com/offers/pjYL9ybL/checkout ✔ Deploy a Static Website with Ansible: https://www.aosnote.com/offers/WgGk2NUk/checkout ✔ Deploy a Website Docker, AWS ECR, and AWS ECS: https://www.aosnote.com/offers/5hthWgH4/checkout ✔ Deploy a Dynamic Website with CloudFormation: https://www.aosnote.com/offers/zFhSEiuQ/checkout ---------------------------------------------------------------------------- Projects Coming Soon 👇 ---------------------------------------------------------------------------- ✔ Deploy a Website with Terraform Modules, AWS ECR, and AWS ECS ✔ Create CICD to Deploy a Dynamic Website ✔ Python and AWS Lambda Project ---------------------------------------------------------------------------- Bootcamp 👇 ---------------------------------------------------------------------------- 6 Months Cloud/DevOps Bootcamp: https://www.aosnote.com/offers/SZFctCkU/checkout ---------------------------------------------------------------------------- Website: https://www.aosnote.com/ Courses: https://www.aosnote.com/store ---------------------------------------------------------------------------- Thank you🙏. If you find this video valuable, please don't forget to like, subscribe, and share to support this channel 👍 0:00 - Introduction 5:45 - Create VPC 9:06 - Create Internet Gateway 10:06 - Create Public Subnets 16:27 - Create Route Table 18:17 - Associate the Public Subnets with the Route Table 21:02 - Create Private Subnets 30:31 - Create the Terraform Outputs 42:13 - Create a Folder for your Project 43:11 - How to Store Terraform State File in S3 47:30 - Create a Variables for your Project 48:55 - How Reference a Terraform Module 58:54 - Create the Terraform.tfvars File 1:04:45 - Use Terraform Module to Create the VPC 1:12:04 - Push Code to the GitHub Repository