Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 427 Bytes

README.md

File metadata and controls

30 lines (22 loc) · 427 Bytes

Installation

Get terraform

brew install terraform

Get aws-cli

brew install awscli

Get terraform-outline

git clone git@github.com:murat/terraform-outline.git
cd terraform-outline

Apply

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'