Project: Find the CIDR Range

Test your knowledge by implementing two parts of a Terraform project

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 ...