/terraform-outline

Terraform configuration to create outline-server on aws

Primary LanguageHCL

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'