Skip to content

Commit

Permalink
chore: lint node code
Browse files Browse the repository at this point in the history
  • Loading branch information
rquitales committed May 21, 2024
1 parent cebac37 commit 96962fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nodejs/eks/nodegroup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1785,7 +1785,7 @@ function createMNGCustomLaunchTemplate(
}

// If the user specifies enableIMDSv2, we need to set the metadata options in the launch template.
let metadataOptions = args.enableIMDSv2
const metadataOptions = args.enableIMDSv2
? { httpTokens: "required", httpPutResponseHopLimit: 2, httpEndpoint: "enabled" }
: undefined;

Expand Down

0 comments on commit 96962fc

Please sign in to comment.