vSphere Provider - Updating Virtual Disk doc (#7200)

Resolves https://github.com/hashicorp/terraform/issues/7165
This commit is contained in:
dkalleg 2016-06-17 03:19:20 -07:00 committed by Paul Stack
parent cd9b18b961
commit 02627e507d
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ resource "vsphere_virtual_disk" "myDisk" {
vmdk_path = "myDisk.vmdk"
datacenter = "Datacenter"
datastore = "local"
init_type = "thin"
type = "thin"
}
```