This is the fourth and final part of a series of articles on how to set up an AWS VPC using Terraform version 0.12.29. Up until now we are setting up our VPC using Terraform the hard way. There is a better and easier way to provision the AWS resources using the third-party Terraform AWS VPC module.

The information from the Terraform AWS VPC Module Output we discussed in the previous section can also be used to create other resources.

Then we used a third-party AWS VPC module to demonstrate how it can significantly reduce the lines of codes in our project.

Related Articles