brew install terraform
brew install awscli
git clone git@github.com:murat/terraform-outline.git
cd terraform-outline
terraform apply \
-var 'aws_profile=default' \
-var 'aws_region=eu-central-1' \
-var 'key_name=terraform' \
-var 'public_key_path=/Users/murat/.ssh/id_rsa.pub'