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
Adjust vSphere tfvars and test definitions to use the correct template and folder (#3901)
* Backport vSphere terraform config from main
Signed-off-by: Artiom Diomin <[email protected]>
* Adjust vSphere tfvars and test definitions to use the correct template and folder
Signed-off-by: Artiom Diomin <[email protected]>
---------
Signed-off-by: Artiom Diomin <[email protected]>
|[vsphere_compute_cluster.cluster](https://registry.terraform.io/providers/vmware/vsphere/latest/docs/data-sources/compute_cluster)| data source |
70
+
|[vsphere_datacenter.dc](https://registry.terraform.io/providers/vmware/vsphere/latest/docs/data-sources/datacenter)| data source |
71
+
|[vsphere_datastore.datastore](https://registry.terraform.io/providers/vmware/vsphere/latest/docs/data-sources/datastore)| data source |
72
+
|[vsphere_network.network](https://registry.terraform.io/providers/vmware/vsphere/latest/docs/data-sources/network)| data source |
73
+
|[vsphere_resource_pool.pool](https://registry.terraform.io/providers/vmware/vsphere/latest/docs/data-sources/resource_pool)| data source |
74
+
|[vsphere_virtual_machine.template](https://registry.terraform.io/providers/vmware/vsphere/latest/docs/data-sources/virtual_machine)| data source |
75
75
76
76
## Inputs
77
77
@@ -95,6 +95,7 @@ No modules.
95
95
| <aname="input_datastore_name"></a> [datastore\_name](#input\_datastore\_name)| datastore name |`string`|`"datastore1"`| no |
96
96
| <aname="input_dc_name"></a> [dc\_name](#input\_dc\_name)| datacenter name |`string`|`"dc-1"`| no |
97
97
| <aname="input_disk_size"></a> [disk\_size](#input\_disk\_size)| disk size |`number`|`50`| no |
98
+
| <aname="input_enable_disk_uuid"></a> [enable\_disk\_uuid](#input\_enable\_disk\_uuid)| Expose the UUIDs of attached virtual disks to the virtual machine, allowing access to them in the guest |`bool`|`true`| no |
98
99
| <aname="input_folder_name"></a> [folder\_name](#input\_folder\_name)| folder name |`string`|`"kubeone"`| no |
99
100
| <aname="input_initial_machinedeployment_operating_system_profile"></a> [initial\_machinedeployment\_operating\_system\_profile](#input\_initial\_machinedeployment\_operating\_system\_profile)| Name of operating system profile for MachineDeployments, only applicable if operating-system-manager addon is enabled.<br>If not specified, the default value will be added by machine-controller addon. |`string`|`""`| no |
100
101
| <aname="input_initial_machinedeployment_replicas"></a> [initial\_machinedeployment\_replicas](#input\_initial\_machinedeployment\_replicas)| Number of replicas per MachineDeployment |`number`|`2`| no |
0 commit comments