mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
vSphere Provider - Updating Virtual Disk doc (#7200)
Resolves https://github.com/hashicorp/terraform/issues/7165
This commit is contained in:
parent
cd9b18b961
commit
02627e507d
@ -18,7 +18,7 @@ resource "vsphere_virtual_disk" "myDisk" {
|
|||||||
vmdk_path = "myDisk.vmdk"
|
vmdk_path = "myDisk.vmdk"
|
||||||
datacenter = "Datacenter"
|
datacenter = "Datacenter"
|
||||||
datastore = "local"
|
datastore = "local"
|
||||||
init_type = "thin"
|
type = "thin"
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user