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
- Host: GitHub
- URL: https://github.com/murat/terraform-outline
- Owner: murat
- Created: 2019-12-04T06:38:06.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-12-04T06:38:22.000Z (over 5 years ago)
- Last Synced: 2025-01-10T04:49:44.750Z (5 months ago)
- Topics: outline-vpn, terraform
- Language: HCL
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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'
```