Teeworlds Terraform chaos engineering | |
2024-06-05 | |
Last edit: 2024-06-05 | |
--------------------- | |
After doing some [chaos engineering for Terraform with the DOOM game](/posts/te… | |
The difference with the DOOM version is that in this project, a player must cap… | |
## How does it work? | |
When configuring a Teeworlds server, the values below can be entered. | |
```bash | |
# Econ configuration | |
ec_port 7000 | |
ec_password "hello_world" | |
ec_output_level 2 | |
``` | |
These are prefixed with `ec_` because they are associated with the `econ` serve… | |
Through the latter, we'll be able to retrieve events from the Teeworlds server,… | |
## Demonstration | |
This demonstration has been realized with the example Terraform project, every … | |
## Links | |
https://github.com/theobori/terraform-teeworlds | |
https://github.com/theobori/teeworlds-econ | |