/terraform-minecraft

Some practice with terraform to spin up minecraft server on-demand - ECS-Fargate with persistent EFS volume

Primary LanguageHCL

Instructions

  • Set up backend for terraform states

    cd backend
    terraform init
    terraform plan
    terraform apply
  • Set up main for the actual server

    cd main
    terragrunt init
    terragrunt apply