Solution Review: Find the CIDR Range
In this lesson, we'll discuss the solution of the Terraform project you made in the last lesson.
We'll cover the following...
Problem statement
Make a Terraform project that creates a VPC and sets the tag Name
to your name. 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.
Running the project
You can use the following commands to run the project.
đź“ťNote: Please use the
cd
command to move to the ...