From 283e3ae6b5a9ba17092ca416ba412018f139e7e8 Mon Sep 17 00:00:00 2001 From: Ricard Clau Date: Thu, 19 May 2016 23:25:47 +0100 Subject: [PATCH] fix sidebar + small rewordings (#6782) --- .../source/docs/providers/vsphere/r/file.html.markdown | 8 ++++---- website/source/layouts/vsphere.erb | 3 +++ 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/website/source/docs/providers/vsphere/r/file.html.markdown b/website/source/docs/providers/vsphere/r/file.html.markdown index 023c4321e..443aa3046 100644 --- a/website/source/docs/providers/vsphere/r/file.html.markdown +++ b/website/source/docs/providers/vsphere/r/file.html.markdown @@ -3,12 +3,12 @@ layout: "vsphere" page_title: "VMware vSphere: vsphere_file" sidebar_current: "docs-vsphere-resource-file" description: |- - Provides a VMware vSphere virtual machine file resource. This can be used to files (e.g. vmdk disks) from Terraform host machine to remote vSphere. ------------------------------------------------------------------------------------------------------------------------------------------------------ + Provides a VMware vSphere virtual machine file resource. This can be used to upload files (e.g. vmdk disks) from the Terraform host machine to a remote vSphere. +--- # vsphere\_file -Provides a VMware vSphere virtual machine file resource. This can be used to files (e.g. vmdk disks) from Terraform host machine to remote vSphere. +Provides a VMware vSphere virtual machine file resource. This can be used to upload files (e.g. vmdk disks) from the Terraform host machine to a remote vSphere. ## Example Usage @@ -24,7 +24,7 @@ resource "vsphere_file" "ubuntu_disk" { The following arguments are supported: -* `source_file` - (Required) The path to the file on Terraform host that will be uploaded to vSphere. +* `source_file` - (Required) The path to the file on the Terraform host that will be uploaded to vSphere. * `destination_file` - (Required) The path to where the file should be uploaded to on vSphere. * `datacenter` - (Optional) The name of a Datacenter in which the file will be created/uploaded to. * `datastore` - (Required) The name of the Datastore in which to create/upload the file to. diff --git a/website/source/layouts/vsphere.erb b/website/source/layouts/vsphere.erb index df8a8d12d..68852571a 100644 --- a/website/source/layouts/vsphere.erb +++ b/website/source/layouts/vsphere.erb @@ -19,6 +19,9 @@ > vsphere_folder + > + vsphere_file +