Creating a VPC using Terraform as IAAC and github actions as CI/CD

Created s3 bucket for TF backend
- VPC
- 2 Public subnets
- Internet gateway
- Public route table, route to IGW, public subnets association
- Sg for all traffic from the Internet on port 80 (HTTP) and port 22 (SSH)
- create Application load balancer
- create target group for traffic on port
- create listener to redirect to Target group
- Create 2 EC2 instnces in the public subnets
- User_data to install httpd and the html file
- Use to call all modules to deploy the VPC