Creating VPC involves a lot of steps like creating the VPC first and then creating a subnet and then routing tables and gateways. So I decided to create a module to make this process easy. Here is the the terraform registry link:
smc181002/vpc/aws | Terraform Registry Creating a Terraform VPC launcing module First, we need to…