Skip to content

Commit 7e7963d

Browse files
committed
fixup! Add support for AMD SEV-SNP instances
1 parent bd9190d commit 7e7963d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

api/v1beta2/awsmachine_types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ type AWSMachineSpec struct {
117117
InstanceType string `json:"instanceType"`
118118

119119
// CPUOptions defines CPU-related settings for the instance, including the confidential computing policy.
120-
// When omitted, this means no opinion and the AWS platform is left to choose a reasonable default.
120+
// When omitted, this means no opinion and the AWS platform is left to choose a reasonable default.
121121
// +optional
122122
CPUOptions CPUOptions `json:"cpuOptions,omitempty,omitzero"`
123123

api/v1beta2/types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ type Instance struct {
295295
CapacityReservationPreference CapacityReservationPreference `json:"capacityReservationPreference,omitempty"`
296296

297297
// CPUOptions defines CPU-related settings for the instance, including the confidential computing policy.
298-
// When omitted, this means no opinion and the AWS platform is left to choose a reasonable default.
298+
// When omitted, this means no opinion and the AWS platform is left to choose a reasonable default.
299299
// +optional
300300
CPUOptions CPUOptions `json:"cpuOptions,omitempty,omitzero"`
301301
}

0 commit comments

Comments
 (0)