terraform to create vpc with bastion - aws
- Update backend file with your s3 bucket and filename to store for tfstate
- fill in the values of varaibles as per your requirment
- check the provider file for your creds if profile is setup on your machine, else insert the secret and access key : https://www.terraform.io/docs/providers/aws/
- terraform init /* this will intialise the folder for terraform and download respective modules
- terraform plan /* will give you the list of resources created
- terraform apply /* will create those resources
- terraform destroy /* will cleanup all resources