lxc / terraform-provider-incus

Incus provider for Terraform/OpenTofu
https://linuxcontainers.org/incus
Mozilla Public License 2.0
35 stars 8 forks source link

resource/instance: Check PID not processes #44

Closed stgraber closed 4 months ago

stgraber commented 4 months ago

With virtual machines that don't run our agent, Processes will remain 0 forever. As the check is really meant to make sure that the instance has started, checking for the PID should be more reliable.