skip to Main Content

use azurerm_virtual_machine with trusted_launch

Due to https://github.com/hashicorp/terraform-provider-azurerm/issues/6117, I must use azurerm_virtual_machine to create my intended machine. Unfortunately, the image in use requires trusted launch, for which I could not find any configuration option. Is this possible or am I forced to use az_api instead?

VIEW QUESTION
Back To Top
Search