diff --git a/content/rke/latest/en/config-options/cloud-providers/vsphere/config-reference/_index.md b/content/rke/latest/en/config-options/cloud-providers/vsphere/config-reference/_index.md index c0da0176c69..12c685f76dc 100644 --- a/content/rke/latest/en/config-options/cloud-providers/vsphere/config-reference/_index.md +++ b/content/rke/latest/en/config-options/cloud-providers/vsphere/config-reference/_index.md @@ -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.| \ No newline at end of file +| 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.|