Terraform Infra Creation
- The terraform commands and its behavior

- The terraform is storing the state in the local folder by default
Activity: AWS infra 2
- Phase 1: Implemenation: Create a VPC as specified below

- For manual steps watch classroom recording
- aws_vpc: Refer Here
- aws_subnet: Refer Here
- While creating subnet we need vpc id which we can get from the attributes of the vpc resource created. Refer Here
- To use the attributes syntax is
<resource-type>.<resource-name>.<attribute-name> - Refer Here for the changes done.
