After running the project, it will create two VPCs, one in us-east-1 and one in us-east-2. Log into the AWS Console and navigate to find the VPC section. Switch into the us-east-1 and us-east-2 regions and you will see the VPCs that Terraform created.
📝Note: Once you are done with the project, do not forget to run terraform destroy and then confirm with yes to delete all of the resources in this project.
The version constraint ∼> 3.46 is used by Terraform when there is no .terraform.lock.hcl present. This constraint means that any version greater than or equal to 3.46 but less than 4.0 is allowed. In normal operation, you should not need to worry about version constraints as long as you commit the lock file.