Fixed behavior when creating a VM from a template:
- All existing disks in the template are used if they are declared in the TF plan.
- All unused disks in the template are deleted to avoid inconsistency between the TF plan and the actual state.
- It is no longer possible to resize existing template disks to a smaller size (fixes potential source of data loss).
What's Changed
Full Changelog: v0.35.0...v0.35.1