removing hard coded env vars in game servers

This commit is contained in:
2024-12-18 23:47:32 -08:00
parent ee23406f49
commit ac11487feb

View File

@@ -28,10 +28,6 @@ resource kubernetes_pod game {
container_port = each.value.port.internal container_port = each.value.port.internal
protocol = coalesce(each.value.proto, "TCP") protocol = coalesce(each.value.proto, "TCP")
} }
env {
name = "EULA"
value = "TRUE"
}
} }
} }
} }