An open API service indexing awesome lists of open source software.

https://github.com/murat/terraform-outline

Terraform configuration to create outline-server on aws
https://github.com/murat/terraform-outline

outline-vpn terraform

Last synced: 3 months ago
JSON representation

Terraform configuration to create outline-server on aws

Awesome Lists containing this project

README

        

## Installation

### Get terraform

```bash
brew install terraform
```

### Get aws-cli

```bash
brew install awscli
```

### Get terraform-outline

```bash
git clone [email protected]:murat/terraform-outline.git
cd terraform-outline
```

### Apply

```bash
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'
```