Terraform
locals
- Refer Here for terraform locals
- locals represent values for usage within a template
Others
Activity 3: Complete AWS Network
- Create a vpc with public and private subnets

- For manual steps watch classroom recording
- Steps:
- Create vpc
- Create an internet gateway
- Create a private route table
- create a public route table
- add route in public route table to internet gateway
- Create subnets for public and associate with public route table
- Create subnets for private and associate with private route table
- Refer Here for the changes done
- Lets enable options to create security group Refer Here for the changes done
