Is there a way to pass the URN of an Azure image to storage_image_reference instead of using Publisher, Offer, and SKU separately?
For example. passing this
OpenLogic:CentOS:7.5:latest
instead of
storage_image_reference {
publisher = "OpenLogic"
offer = "CentOS"
sku = "7.5"
version = "latest"
}