From d688b88c5d33f2f0230e58d2f540e7e062e4369e Mon Sep 17 00:00:00 2001 From: Jonathan Kinred Date: Mon, 11 Jan 2016 13:52:45 +1100 Subject: [PATCH] Specify an example url so people know to append /api --- website/source/docs/providers/vcd/index.html.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/source/docs/providers/vcd/index.html.markdown b/website/source/docs/providers/vcd/index.html.markdown index d4d5e9d69..b671470b4 100644 --- a/website/source/docs/providers/vcd/index.html.markdown +++ b/website/source/docs/providers/vcd/index.html.markdown @@ -44,8 +44,8 @@ The following arguments are used to configure the VMware vCloud Director Provide * `org` - (Required) This is the vCloud Director Org on which to run API operations. Can also be specified with the `VCD_ORG` environment variable. -* `url` - (Required) This is the URL for the vCloud Director API. - Can also be specified with the `VCD_URL` environment variable. +* `url` - (Required) This is the URL for the vCloud Director API endpoint. e.g. + https://server.domain.com/api. Can also be specified with the `VCD_URL` environment variable. * `vdc` - (Optional) This is the virtual datacenter within vCloud Director to run API operations against. If not set the plugin will select the first virtual datacenter available to your Org. Can also be specified with the `VCD_VDC` environment