If the system are not in the list of the Supported OS, terraform will create a
server but will fail with the following error
If customization is attempted on an operating system which is not supported, Terraform will
create the virtual machine, but fail with the following error message:
```
Customization of the guest operating system 'debian6_64Guest' is not supported in this configuration. Microsoft Vista (TM) and Linux guests with Logical Volume Manager are supported only for recent ESX host and VMware Tools versions. Refer to vCenter documentation for supported configurations.
Customization of the guest operating system 'debian6_64Guest' is not
supported in this configuration. Microsoft Vista (TM) and Linux guests with
Logical Volume Manager are supported only for recent ESX host and VMware Tools
versions. Refer to vCenter documentation for supported configurations. ```
```
In order to skip the customization step for unsupported operating systems, use
the `skip_customization` argument on the virtual machine resource.
## Acceptance Tests
The VMware vSphere provider's acceptance tests require the above provider