Skip to content

Commit

Permalink
Update nodejs/eks/nodegroup.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Levi Blackstone <levi@pulumi.com>
  • Loading branch information
con5cience and lblackstone authored Dec 3, 2021
1 parent 3172ba7 commit e516b63
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 @@ -546,7 +546,7 @@ ${customUserData}
securityGroups: [nodeSecurityGroupId, ...extraNodeSecurityGroupIds],
spotPrice: args.spotPrice,
rootBlockDevice: {
encrypted: (args.encryptRootBlockDevice ?? args.nodeRootVolumeEncrypted) ?? false,
encrypted: ((args.encryptRootBlockDevice ?? args.encryptRootBockDevice) ?? args.nodeRootVolumeEncrypted) ?? false,
volumeSize: args.nodeRootVolumeSize ?? 20, // GiB
volumeType: args.nodeRootVolumeType ?? "gp2",
iops: args.nodeRootVolumeIops,
Expand Down

0 comments on commit e516b63

Please sign in to comment.