Skip to content

Commit 445ba05

Browse files
eks works
Signed-off-by: ivan katliarchuk <[email protected]>
1 parent 007eecd commit 445ba05

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

with-tests/eks/src/app.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ export class AwsEKSDataSource {
3333

3434
const input: DescribeClusterVersionsCommandInput = {
3535
defaultOnly: res.data.default ?? undefined,
36-
includeAll: res.data?.default === undefined ? true : undefined,
3736
};
3837
console.log(input)
3938
const cmd = new DescribeClusterVersionsCommand(input)

0 commit comments

Comments
 (0)