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

What should require a forcenew? #844

Closed dgengtek closed 3 years ago

dgengtek commented 3 years ago

Just wanted to ask why options like(vcpu or memory) are forcenew with true which inherently would require a reboot to update?

Is it specifically because a lifecycle with terraform does not include stop and start and would require manual intervention for the update to take place?