Skip to content

Commit

Permalink
fix(eks): add correct standard access entry type
Browse files Browse the repository at this point in the history
  • Loading branch information
ncsereoka committed Aug 19, 2024
1 parent c1c800e commit bc1a1fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/aws-cdk-lib/aws-eks/lib/access-entry.ts
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ export enum AccessEntryType {
/**
* Represents a standard access entry.
*/
STANDARD = 'Standard',
STANDARD = 'STANDARD',

/**
* Represents a Fargate Linux access entry.
Expand Down

0 comments on commit bc1a1fc

Please sign in to comment.