diff --git a/api/v1beta2/types.go b/api/v1beta2/types.go index 238ef78d9..5f2226d7b 100644 --- a/api/v1beta2/types.go +++ b/api/v1beta2/types.go @@ -416,9 +416,10 @@ type VPCMachinePlacementTarget struct { // DedicatedHostGroup defines the Dedicated Host Group to use when placing a VPC Machine (Instance). // +optional - DedicatedHostGroup *VPCResource `json:"dedicatedHostGroup"` + DedicatedHostGroup *VPCResource `json:"dedicatedHostGroup,omitempty"` // PlacementGroup defines the Placement Group to use when placing a VPC Machine (Instance). + // +optional PlacementGroup *VPCResource `json:"placementGroup,omitempty"` }