Skip to content

Commit

Permalink
Update managed-nodegroup.ts
Browse files Browse the repository at this point in the history
minor
  • Loading branch information
pahud authored Mar 1, 2024
1 parent 91ed0f9 commit 6e4752b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/aws-cdk-lib/aws-eks/lib/managed-nodegroup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ export enum NodegroupAmiType {
/**
* Amazon Linux 2023 (x86-64)
*/
AL2023_x86_64_STANDARD = 'AL2023_x86_64_STANDARD',
AL2023_X86_64_STANDARD = 'AL2023_x86_64_STANDARD',
/**
* Amazon Linux 2023 (ARM-64)
*/
Expand Down

0 comments on commit 6e4752b

Please sign in to comment.