Skip to content

Commit 971079b

Browse files
committed
fix: use correct vcenter.DeploymentSpec.VmConfigSpec json tag
Follow up to issue #2843
1 parent 3eae4fc commit 971079b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vapi/vcenter/vcenter_ovf.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ type DeploymentSpec struct {
142142
Flags []string `json:"flags,omitempty"`
143143
AdditionalParams []AdditionalParams `json:"additional_parameters,omitempty"`
144144
DefaultDatastoreID string `json:"default_datastore_id,omitempty"`
145-
VmConfigSpec *VmConfigSpec `json:"vmConfigSpec,omitempty"`
145+
VmConfigSpec *VmConfigSpec `json:"vm_config_spec,omitempty"`
146146
}
147147

148148
// Target is the target for the deployment

0 commit comments

Comments
 (0)