升级到 AzureRM 提供程序的 v4.0 时,建议升级到最新版本的 Terraform Core(可在此处找到)。 增强: 数据源:azurerm_shared_image- 添加对trusted_launch_supported、trusted_launch_enabled、confidential_vm_supported、confidential_vm_enabled、accelerated_network_support_enabled和hibernation_enabled属性的支持(#26975)...
azurerm_network_function_collector_policy - the API doesn't preserve the ordering of the ipfx_ingestion.source_resource_ids property causing non-empty plans after apply, this property's type has been changed from a list to a set to prevent Terraform from continually trying to recreate this res...
相依性:將 github.com/terraform-providers/terraform-provider-azuread 更新為 v0.6.0(#4166) 相依性:將 github.com/hashicorp/terraform 更新為 v0.12.8(#4341) compute:將 API 版本更新為 2019-07-01(#4331) network:更新至 API 版本 2019-06-01(#4291) network:從 #3673 還原鎖定變更 (#3673)...
Usage in Terraform 0.13 provider "azurerm" { features {} } resource "azurerm_resource_group" "example" { name = "example-resources" location = "West Europe" } module "linuxservers" { source = "Azure/compute/azurerm" resource_group_name = azurerm_resource_group.example.name vm_os_simple...
azurerm_network_security_group - 在 Terraform 外部进行更改时修复崩溃 (#492) azurerm_redis_cache:对修补程序计划的支持(#540) azurerm_virtual_machine - 确保验证 vhd_uri(#470) azurerm_virtual_machine_scale_set:修复 API 未返回加速网络的崩溃(#480)0.3...
terraform-azurerm-vm This module is designed to simplify the deployment and management of virtual machines (VMs) in Microsoft Azure. This module provides a flexible and reusable way to create both Linux and Windows VMs, allowing users to specify various configuration parameters such as the VM size...
JSON(JavaScript Object Notation, JS 对象标记) 是一种轻量级的数据交换格式。它基于 ECMAScript (w3c制定的js规范)的一个子集,采用完全独立于编程语言的文本格式来存储和表示数据。 简洁和清晰的层次结构使得 JSON 成为理想的数据交换语言。 易于人阅读和编写,同时也易于机器解析和生成,并有效地提升网络传输效率。
id- The local network gateway unique ID within Azure. Import Local Network Gateways can be imported using theresource id, e.g. terraform import azurerm_local_network_gateway.lng1 /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mygroup1/providers/microsoft.network/localnetworkgateways...
现在它起作用了!现在,当某个区域中的可用性区域不可用时,将创建一个可用性集并自动添加虚拟机。
我们也尝试过使用terraform通过托管磁盘和快照来创建虚拟机。正如@Marko E所建议的,* 我们也观察到了...