multy icon indicating copy to clipboard operation
multy copied to clipboard

Resource for a managed image

Open goncalo-rodrigues opened this issue 3 years ago • 0 comments

Cloud providers allow you to create a snapshot from a VM into a "managed image". You can't export them in general, so we can't support cross cloud.

AWS: https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/ami_from_instance Azure: https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/image (vm needs to be "generalized")

goncalo-rodrigues avatar May 11 '22 17:05 goncalo-rodrigues