We want to cut down the time required for creating and managing AWS resources. In our team, we work with many automation tools, and 1 such tool is Terraform. https://www.terraform.io/docs/providers/aws/index.html
Write a Terraform configuration to create the following:
- new VPC named "vpc_devops" with a Internet Gateway attached to it
 - new public subnet named "sub_public_devops"
 - new security group named "sg_devops" which allows access from "0.0.0.0/0" for SSH(22) and HTTP(80)