wrong reference in one example

us-west-1  was used in the first example instead of eu-west-1
This commit is contained in:
Nicolas Stojanovic
2020-06-19 13:39:22 +02:00
committed by Catherine Luse
parent c6846e7a70
commit 6c7a724c8d
@@ -32,13 +32,13 @@ cloud_provider:
user: provisioner
password: secret
port: 443
datacenters: /us-west-1
datacenters: /eu-west-1
workspace:
server: vc.example.com
folder: /us-west-1/folder/myvmfolder
default-datastore: /us-west-1/datastore/ds-1
datacenter: /us-west-1
resourcepool-path: /us-west-1/host/hn1/resources/myresourcepool
folder: /eu-west-1/folder/myvmfolder
default-datastore: /eu-west-1/datastore/ds-1
datacenter: /eu-west-1
resourcepool-path: /eu-west-1/host/hn1/resources/myresourcepool
```
# Configuration Options
@@ -141,4 +141,4 @@ The following configuration options are available under the network directive:
| network Options | Type | Required | Description |
|:-------------------:|:--------:|:---------:|:-----------------------------------------------------------------------------|
| public-network | string | | Name of public **VM Network** to which the VMs in the cluster are connected. Used to determine public IP addresses of VMs.|
| public-network | string | | Name of public **VM Network** to which the VMs in the cluster are connected. Used to determine public IP addresses of VMs.|