NameVersion terraform >=1.7.4 azurerm >=3.87.0 Providers NameVersion azurerm >=3.87.0 Modules NameSourceVersion labels git::git@github.com:slovink/terraform-azure-labels.git 1.0.0 Resources NameType azurerm_network_security_group.nsg resource azurerm_network_security_rule.inbound resource azure...
使用azurerm_network_interface创建网络接口。 使用azurerm_network_interface_security_group_association在网络安全组和网络接口之间创建关联。 使用random_id为唯一存储帐户名称生成随机值。 使用azurerm_storage_account 创建用于启动诊断的存储帐户。 使用azurerm_linux_virtual_machine创建 Linux VM ...
使用azurerm_network_interface创建网络接口。 使用azurerm_network_interface_security_group_association在网络安全组和网络接口之间创建关联。 使用random_id为唯一存储帐户名称生成随机值。 使用azurerm_storage_account 创建用于启动诊断的存储帐户。 使用azurerm_linux_virtual_machine创建 Linux VM ...
Terraform 是由HashiCorp开发并维护的,它支持多个云平台的资源管理,如AWS、Azure、Google Cloud、阿里云等...
新資源:azurerm_dedicated_host(#5513)改進:相依性:升級至 github.com/Azure/azure-sdk-for-gov38.1.0(#5385) frontdoor:更新以使用 API 版本 2019-11-01(#5385) azurerm_application_insights - 新增對 retention_in_days 的支援 (#5457) azurerm_batch_pool - 支援 network_configuration 屬性(#53...
使用azurerm_network_interface_security_group_association在网络安全组和网络接口之间创建关联。 使用random_id为唯一存储帐户名称生成随机值。 使用azurerm_storage_account 创建用于启动诊断的存储帐户。 使用azurerm_windows_virtual_machine创建包含 IIS Web 服务器的 Windows VM。
resource "azurermnetworkinterfacesecuritygroupassociation" "vmnicsg" { networkinterfaceid = azurermnetworkinterface.vmnic.id networksecuritygroupid = var.networksecuritygroupid count = var.networksecuritygroup_id == "" ? 0 : 1 } 1. 计算实例 ...
使用azurerm_network_interface创建网络接口。 使用azurerm_network_interface_security_group_association在网络安全组和网络接口之间创建关联。 使用random_id为唯一存储帐户名称生成随机值。 使用azurerm_storage_account 创建用于启动诊断的存储帐户。 使用azurerm_linux_virtual_machine创建 Linux VM ...
name ="myPublicIP"location ="eastus"resource_group_name = azurerm_resource_group.myterraformgroup.name allocation_method ="Dynamic"tags = { environment ="Terraform Demo"} } 创建网络安全组 此代码创建名为myNetworkSecurityGroup的网络安全组,并定义允许 TCP 端口 22...
name ="myPublicIP"location ="eastus"resource_group_name = azurerm_resource_group.myterraformgroup.name allocation_method ="Dynamic"tags = { environment ="Terraform Demo"} } 创建网络安全组 此代码创建名为myNetworkSecurityGroup的网络安全组,并定义允许 TCP 端口 2...