Skip to content

Commit

Permalink
Simplify example.
Browse files Browse the repository at this point in the history
Mark off some finished work.
  • Loading branch information
AdrienneCohea committed Dec 23, 2021
1 parent 02943d4 commit 76c5634
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,9 @@ Run Quake as a container in Nomad. The implementation uses [nQuake server](https
```
module "quake" {
source = "AdrienneCohea/nquakesv/nomad"
rcon_password = random_password.rcon.result
}
resource "random_password" "rcon" {
length = 24
}
```

# Future work

- Support running under containerd
- Custom entrypoint
- Lift configuration files out into map variables

0 comments on commit 76c5634

Please sign in to comment.