зеркало из https://github.com/Azure/terraform.git
4509b7454a | ||
---|---|---|
.. | ||
TestRecord.md | ||
main.tf | ||
outputs.tf | ||
providers.tf | ||
readme.md | ||
variables.tf |
readme.md
Azure virtual machine scale set with disk encryption extension
This template deploys an Azure virtual machine scale set with disk encryption extension.
Resources
- azurerm_key_vault
- azurerm_key_vault_access_policy
- azurerm_key_vault_key
- azurerm_resource_group
- azurerm_subnet
- azurerm_virtual_machine_scale_set_extension
- azurerm_virtual_network
- azurerm_windows_virtual_machine_scale_set
Variables
Name | Description |
---|---|
admin_password |
(Required) Admin password of the virtual machine scale set. |
location |
(Required) Azure Region in which to deploy these resources. |
name_prefix |
(Required) Prefix of the resource name. |
Example
To see how to run this example, see Create an Azure virtual machine scale set with disk encryption extension using Terraform.