From a41ef9c1cefda25d951365c9a9a940e6038c2052 Mon Sep 17 00:00:00 2001 From: Matt Trachier Date: Fri, 2 Aug 2024 18:07:04 -0500 Subject: [PATCH] fix: machine default type matches rancher (#1382) Signed-off-by: matttrach --- rancher2/schema_machine_config_v2_vsphere.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rancher2/schema_machine_config_v2_vsphere.go b/rancher2/schema_machine_config_v2_vsphere.go index 4cb37327..105e5e07 100644 --- a/rancher2/schema_machine_config_v2_vsphere.go +++ b/rancher2/schema_machine_config_v2_vsphere.go @@ -6,7 +6,7 @@ import ( ) const ( - machineConfigV2VmwarevsphereCreationTypeDefault = "legacy" + machineConfigV2VmwarevsphereCreationTypeDefault = "template" ) var (