我正在尝试从安全类型设置为TrustedLaunch的Azure计算库启动VM。运行应用时收到此错误:
Error: compute.VirtualMachinesClient#CreateOrUpdate: Failure sending request: StatusCode=400 -- Original Error: Code="BadRequest" Message="The provided gallery image only supports creation of VMs and VM Scale Sets with 'TrustedLaunch' security type."
字符串
我在5个月前看到一篇文章说Terraform不支持设置SecurityType。这是真的吗?如果是,有人遇到过这个问题并找到了解决方法吗?
干杯
尝试搜索和查找声明security_type的选项,但没有成功
2条答案
按热度按时间eeq64g8w1#
我尝试从Azure计算库中启动安全类型设置为TrustedLaunch的VM。我能够成功配置它。
这里我们正在处理**StatusCode=400 -- Original Error:Code=“BadRequest Message=“提供的库映像仅支持创建具有”TrustedLaunch“安全类型的VM和VM Scale Set。**如果我们更改创建的映像的状态并使用Powershell提供空资源模块,则可以解决此问题。
我的画廊形象
x1c 0d1x的数据
我的地形配置:
字符串
输出:
的
的
0s7z1bwu2#
使用新的资源类型
字符串
而不是原来的那个
型
使用Terraform配置Win/Linux VM,以便通过使用secure_ Boot _enabled和/或vtpm_enabled属性来利用可信启动等新功能。
更多详细信息:https://registry.terraform.io/providers/hashicorp/azurerm/3.77.0/docs/resources/windows_virtual_machine.html#secure_boot_enabled