Merge branch 'master' of github.com:hmrc/terraform into hmrc

This commit is contained in:
Brett Mack 2015-11-16 20:11:46 +00:00
commit f8e1a640e4
3 changed files with 9 additions and 12 deletions

View File

@ -1,26 +1,23 @@
--- ---
layout: "vcd" layout: "vcd"
page_title: "Provider: vCloudDirector" page_title: "Provider: VMware vCloudDirector"
sidebar_current: "docs-vcd-index" sidebar_current: "docs-vcd-index"
description: |- description: |-
The vCloud Director provider is used to interact with the resources supported by vCloud The VMware vCloud Director provider is used to interact with the resources supported by VMware vCloud Director. The provider needs to be configured with the proper credentials before it can be used.
Director. The provider needs to be configured with the proper credentials before it can be used.
--- ---
# vCloud Director Provider # VMware vCloud Director Provider
The vCloud Director provider is used to interact with the resources supported by vCloud The VMware vCloud Director provider is used to interact with the resources supported by VMware vCloud Director. The provider needs to be configured with the proper credentials before it can be used.
Director. The provider needs to be configured with the proper credentials before it can be used.
Use the navigation to the left to read about the available resources. Use the navigation to the left to read about the available resources.
~> **NOTE:** The vCloud Director Provider currently represents _initial support_ and ~> **NOTE:** The VMware vCloud Director Provider currently represents _initial support_ and therefore may undergo significant changes as the community improves it.
therefore may undergo significant changes as the community improves it.
## Example Usage ## Example Usage
``` ```
# Configure the vCloud Director Provider # Configure the VMware vCloud Director Provider
provider "vcd" { provider "vcd" {
user = "${var.vcd_user}" user = "${var.vcd_user}"
password = "${var.vcd_pass}" password = "${var.vcd_pass}"
@ -37,7 +34,7 @@ resource "vcd_network" "net" {
## Argument Reference ## Argument Reference
The following arguments are used to configure the vCloud Director Provider: The following arguments are used to configure the VMware vCloud Director Provider:
* `user` - (Required) This is the username for vCloud Director API operations. Can also * `user` - (Required) This is the username for vCloud Director API operations. Can also
be specified with the `VCD_USER` environment variable. be specified with the `VCD_USER` environment variable.

View File

@ -194,7 +194,7 @@
</li> </li>
<li<%= sidebar_current("docs-providers-vcd") %>> <li<%= sidebar_current("docs-providers-vcd") %>>
<a href="/docs/providers/vcd/index.html">vCloud Director</a> <a href="/docs/providers/vcd/index.html">VMware vCloud Director</a>
</li> </li>
<li<%= sidebar_current("docs-providers-vsphere") %>> <li<%= sidebar_current("docs-providers-vsphere") %>>

View File

@ -7,7 +7,7 @@
</li> </li>
<li<%= sidebar_current("docs-vcd-index") %>> <li<%= sidebar_current("docs-vcd-index") %>>
<a href="/docs/providers/vcd/index.html">vCloudDirector Provider</a> <a href="/docs/providers/vcd/index.html">VMware vCloudDirector Provider</a>
</li> </li>
<li<%= sidebar_current(/^docs-vcd-resource/) %>> <li<%= sidebar_current(/^docs-vcd-resource/) %>>