Skip to content

Commit

Permalink
Update for storage_os_disk description (hashicorp#14376)
Browse files Browse the repository at this point in the history
Changed data to os in the storage_os_disk description
  • Loading branch information
vrenjith authored and tombuildsstuff committed May 11, 2017
1 parent d5782ab commit c3db6d0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit c3db6d0

Please sign in to comment.