Initial AWS Virtual Private Cloud and security group configuration using Terraform from the examples here codified into a repository.
Create a terraform.tfvars
file in the root of the repository with the following keys:
AWS_ACCESS_KEY_ID="Your AWS Key ID"
AWS_SECRET_ACCESS_KEY="Your AWS secret access key"
AWS_DEFAULT_REGION="us-east-1"
name="Default Network"
source_cidr_block="10.0.0.0"
availability_zone="us-east-1a"