Skip to content

yanneves/parsec-terraform

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

parsec-terraform

A simple Terraform template and automation tool to build a Parsec Server inside a VPC in AWS in the least expensive availability zone.

This uses a modified Parsec AMI with Steam pre-installed for quick setup. Default password: @w3some.

Only tested on OSX.

How to use this

  1. Clone this repo.
  2. Install Terraform.
  3. Ensure you have aws and jq installed.
  4. Run ./bin/parsecadm plan <aws region> <parsec authcode> from the root of the repo to see the plan of resources that will be provisioned.
  5. Run ./bin/parsecadm apply <aws region> <parsec authcode> from the room of the repo to build your Parsec server.
  6. Run ./bin/parsecadm destroy to remove all resources`.

About

A simple Terraform template to build a Parsec Server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HCL 58.1%
  • Shell 41.9%