vsphere_folder resource missing in vsphere provider layout
This commit is contained in:
parent
ffa5db4f52
commit
8e486985d3
|
@ -6,7 +6,7 @@ description: |-
|
||||||
Provides a VMware vSphere virtual machine folder resource. This can be used to create and delete virtual machine folders.
|
Provides a VMware vSphere virtual machine folder resource. This can be used to create and delete virtual machine folders.
|
||||||
---
|
---
|
||||||
|
|
||||||
# vsphere\_virtual\_machine
|
# vsphere\_folder
|
||||||
|
|
||||||
Provides a VMware vSphere virtual machine folder resource. This can be used to create and delete virtual machine folders.
|
Provides a VMware vSphere virtual machine folder resource. This can be used to create and delete virtual machine folders.
|
||||||
|
|
||||||
|
|
|
@ -16,6 +16,9 @@
|
||||||
<li<%= sidebar_current("docs-vsphere-resource-virtual-machine") %>>
|
<li<%= sidebar_current("docs-vsphere-resource-virtual-machine") %>>
|
||||||
<a href="/docs/providers/vsphere/r/virtual_machine.html">vsphere_virtual_machine</a>
|
<a href="/docs/providers/vsphere/r/virtual_machine.html">vsphere_virtual_machine</a>
|
||||||
</li>
|
</li>
|
||||||
|
<li<%= sidebar_current("docs-vsphere-resource-folder") %>>
|
||||||
|
<a href="/docs/providers/vsphere/r/folder.html">vsphere_folder</a>
|
||||||
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
Loading…
Reference in New Issue