From 7b8604bd0d99aa0571b446fd592fba73e9d0178a Mon Sep 17 00:00:00 2001 From: James Bayer <1139532+jbayer@users.noreply.github.com> Date: Mon, 10 Feb 2020 06:30:52 -0800 Subject: [PATCH] website/docs: Fixed w in VMware to lower case (#24065) --- website/docs/provisioners/index.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/provisioners/index.html.markdown b/website/docs/provisioners/index.html.markdown index e033a8e12..45a7e43b5 100644 --- a/website/docs/provisioners/index.html.markdown +++ b/website/docs/provisioners/index.html.markdown @@ -65,7 +65,7 @@ is immediately available on system boot. For example: * Oracle Cloud Infrastructure: `metadata` or `extended_metadata` on [`oci_core_instance`](/docs/providers/oci/r/core_instance.html) or [`oci_core_instance_configuration`](/docs/providers/oci/r/core_instance_configuration.html). -* VMWare vSphere: Attach a virtual CDROM to +* VMware vSphere: Attach a virtual CDROM to [`vsphere_virtual_machine`](/docs/providers/vsphere/r/virtual_machine.html) using the `cdrom` block, containing a file called `user-data.txt`.