8.4 aws configure

Configure the AWS CLI

aws configure
# AWS Access Key ID:     <terraform-admin access key>
# AWS Secret Access Key: <secret key>
# Default region name:   us-east-1
# Default output format: json

Then open the infra repo to start writing Terraform:

cd vprofile-infra
code .