HOTFIX: Remove ENV vars from ECO server

This commit is contained in:
2026-04-15 17:39:03 +00:00
parent f969b1728e
commit 5e768111f8
@@ -50,11 +50,6 @@ module "eco" {
read_only = false
},
]
env_vars = {
MAXPLAYERS = provider::dotenv::get_by_key("MAXPLAYERS", local.env_file)
PUID = var.user_id
PGID = var.group_id
}
}