dmacvicar / terraform-provider-libvirt

Terraform provider to provision infrastructure with Linux's KVM using libvirt
Apache License 2.0
1.54k stars 457 forks source link

Simple fix for the running attribute when switched to false from an initial state of true #1082

Open tiaden opened 2 months ago

tiaden commented 2 months ago

When the running attribute initial state is false, switching it to true works, the vm is powered on. However, when the running attribute initial state is true, updating it to false does not shutdown the vm.