Error: Error applying plan:
3 error(s) occurred:
-
libvirt_volume.master: 1 error(s) occurred:
-
libvirt_volume.master: storage volume 'master0' already exists
-
libvirt_network.tectonic_net: 1 error(s) occurred:
-
libvirt_network.tectonic_net: Error updating autostart for network: virError(Code=55, Domain=19, Message='Requested operation is not valid: cannot set autostart for transient network')
-
module.bootstrap.libvirt_volume.bootstrap: 1 error(s) occurred:
-
libvirt_volume.bootstrap: storage volume 'bootstrap' already exists
Terraform does not automatically rollback in the face of errors.
Instead, your Terraform state file has been partially updated with
any resources that successfully completed. Please address the error
above and apply again to incrementally change your infrastructure.
I clean up some stuff, then re-run, then it complains about other stuff already existing, rinse, repeat.
Error: Error applying plan:
3 error(s) occurred:
libvirt_volume.master: 1 error(s) occurred:
libvirt_volume.master: storage volume 'master0' already exists
libvirt_network.tectonic_net: 1 error(s) occurred:
libvirt_network.tectonic_net: Error updating autostart for network: virError(Code=55, Domain=19, Message='Requested operation is not valid: cannot set autostart for transient network')
module.bootstrap.libvirt_volume.bootstrap: 1 error(s) occurred:
libvirt_volume.bootstrap: storage volume 'bootstrap' already exists
Terraform does not automatically rollback in the face of errors.
Instead, your Terraform state file has been partially updated with
any resources that successfully completed. Please address the error
above and apply again to incrementally change your infrastructure.
I clean up some stuff, then re-run, then it complains about other stuff already existing, rinse, repeat.