Project: Find the CIDR Range
Explore how to create an AWS VPC with a custom Name tag using Terraform and then retrieve its CIDR range by filtering with a data block. This hands-on project develops your ability to manage AWS networking resources and output key details using Terraform commands.
Problem statement
There will be two parts of this project. Let’s first look into their problem statements.
Part one
Make a Terraform project that creates a VPC and sets the tag Name to your name.
Part two
Create another Terraform project that looks up that VPC using a data block filtering on the Nametag and outputs the CIDR range of the VPC to the terminal.
Output
Subfolder part1 creates the VPC with the Name ...