From c3db6d02d75ccce7f38ef659c4008507ca9028ad Mon Sep 17 00:00:00 2001 From: vrenjith Date: Thu, 11 May 2017 15:40:09 +0530 Subject: [PATCH] Update for storage_os_disk description (#14376) Changed data to os in the storage_os_disk description --- .../docs/providers/azurerm/r/virtual_machine.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/providers/azurerm/r/virtual_machine.html.markdown b/website/source/docs/providers/azurerm/r/virtual_machine.html.markdown index abf232d2e..5cedffcd1 100644 --- a/website/source/docs/providers/azurerm/r/virtual_machine.html.markdown +++ b/website/source/docs/providers/azurerm/r/virtual_machine.html.markdown @@ -349,7 +349,7 @@ For more information on the different example configurations, please check out t * `caching` - (Optional) Specifies the caching requirements. * `image_uri` - (Optional) Specifies the image_uri in the form publisherName:offer:skus:version. `image_uri` can also specify the [VHD uri](https://azure.microsoft.com/en-us/documentation/articles/virtual-machines-linux-cli-deploy-templates/#create-a-custom-vm-image) of a custom VM image to clone. When cloning a custom disk image the `os_type` documented below becomes required. * `os_type` - (Optional) Specifies the operating system Type, valid values are windows, linux. -* `disk_size_gb` - (Optional) Specifies the size of the data disk in gigabytes. +* `disk_size_gb` - (Optional) Specifies the size of the os disk in gigabytes. `storage_data_disk` supports the following: