/Vpc_modules

Creating a custom VPC on AWS using IaaC Terraform with the help of modules.

Primary LanguageHCL

Vpc_modules

Creating a custom VPC on AWS using IaaC Terraform with the help of modules.
Terraform code for creating a Vpc using a exeternal module for the ease of reuse and robust code. variables is file to edit the input or the customization for the infrastructure. output is file to code for the required output from the api. resources file is essentionally a main file where all the resourceses are coded.