You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the system are not in the list of the Supported OS, terraform will create a
123
-
server but will fail with the following error
121
+
If customization is attempted on an operating system which is not supported, Terraform will
122
+
create the virtual machine, but fail with the following error message:
124
123
125
124
```
126
-
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.
125
+
Customization of the guest operating system 'debian6_64Guest' is not
126
+
supported in this configuration. Microsoft Vista (TM) and Linux guests with
127
+
Logical Volume Manager are supported only for recent ESX host and VMware Tools
128
+
versions. Refer to vCenter documentation for supported configurations. ```
127
129
```
128
130
131
+
In order to skip the customization step for unsupported operating systems, use
132
+
the `skip_customization` argument on the virtual machine resource.
133
+
129
134
## Acceptance Tests
130
135
131
136
The VMware vSphere provider's acceptance tests require the above provider
0 commit comments