Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 680 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 680 Bytes

factorio-deploy

You must set the following environment variable (use set with Windows, export with Unix):

TF_VAR_home_ip=""

You must put your AWS credentials file in the file system above the aws-deploy project folder (so it is excluded from github)

You must create an SSH key within your AWS account called "Home"

You must put your SSH key .pem file in the file system above the aws-deploy project folder (so it is excluded from github)

You must have an S3 bucket with the factorio headless server binaries, server-settings.json

Save files are loaded from an Amazon EFS instance with a name of factorio

terraform plan terraform apply terraform destroy