diff --git a/docs/configure.md b/docs/configure.md index ed237662..b3c9201d 100644 --- a/docs/configure.md +++ b/docs/configure.md @@ -27,7 +27,7 @@ providers: datacenter: ha-datacenter network: VM Network virtualbox: - - name: vsphere-1 + - name: my-vbox adapter_name: vboxnet0 adapter_type: host_only version: 0.0.0 diff --git a/docs/getting_started.md b/docs/getting_started.md index e40f6b91..eb6d8924 100644 --- a/docs/getting_started.md +++ b/docs/getting_started.md @@ -38,7 +38,7 @@ Ensure that each of the following are installed ```yaml providers: virtualbox: - - name: vsphere-1 + - name: my-vbox adapter_type: host_only adapter_name: NEW_HOST_ONLY_ADAPTER ```