hotfix: unset read-only from satisfactory config folder

This commit is contained in:
2026-04-02 13:12:04 +00:00
parent 7c4ca2cdc6
commit 05a00cf937
@@ -28,7 +28,7 @@ module "satisfactory" {
{
host_path = "${var.volume_path}/${local.container_name}/config"
container_path = "/config"
read_only = true
read_only = false
},
]
env_vars = {