Skip to content

murat/terraform-outline

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation

Get terraform

brew install terraform

Get aws-cli

brew install awscli

Get terraform-outline

git clone [email protected]: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'

About

Terraform configuration to create outline-server on aws

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages