We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 007eecd commit 445ba05Copy full SHA for 445ba05
with-tests/eks/src/app.ts
@@ -33,7 +33,6 @@ export class AwsEKSDataSource {
33
34
const input: DescribeClusterVersionsCommandInput = {
35
defaultOnly: res.data.default ?? undefined,
36
- includeAll: res.data?.default === undefined ? true : undefined,
37
};
38
console.log(input)
39
const cmd = new DescribeClusterVersionsCommand(input)
0 commit comments