Allow creating of Boot Volumes directly from image as source
While generally amazing, one side-effect of using Full-Stack DR Service is that recovered/restored servers change from Image ID-based Instances to Boot Volume-based Instances. For anyone managing infrastructure via Terraform, this means you need to update your build scripts accordingly after any full-scale FSDR test.
Wouldn't it be great if I could instead create Boot Volume resources directly then launch my Compute Instances initially using Boot Volume (rather than by Image ID)? Then, following any full-scale tests, I only need to update bootVolume OCIDs rather than changing the launch source types for all. Seems like a simple task and only an update the
1