Skip to content

Commit

Permalink
Merge pull request #2856 from dougm/issue-2843
Browse files Browse the repository at this point in the history
fix: use correct vcenter.DeploymentSpec.VmConfigSpec json tag
  • Loading branch information
dougm committed May 26, 2022
2 parents 3eae4fc + 971079b commit 4a6c4b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vapi/vcenter/vcenter_ovf.go
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ type DeploymentSpec struct {
Flags []string `json:"flags,omitempty"`
AdditionalParams []AdditionalParams `json:"additional_parameters,omitempty"`
DefaultDatastoreID string `json:"default_datastore_id,omitempty"`
VmConfigSpec *VmConfigSpec `json:"vmConfigSpec,omitempty"`
VmConfigSpec *VmConfigSpec `json:"vm_config_spec,omitempty"`
}

// Target is the target for the deployment
Expand Down

0 comments on commit 4a6c4b1

Please sign in to comment.