Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 245 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 245 Bytes

Mine Deploy

Terraform Deployment of MineCraft to AWS ECS

Running

  1. Edit production.tfvars
  2. Edit workspace.tf
  3. Run the following
terraform plan -out plan.tfstate -var-file=production.tfvars
terraform apply plan.tfstate