Skip to content

Commit c7c3f15

Browse files
committed
add eksctlCLI exacutable
1 parent 841f997 commit c7c3f15

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

plugins/aws/plugin.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ func New() schema.Plugin {
1818
Executables: []schema.Executable{
1919
AWSCLI(),
2020
AWSCDKToolkit(),
21+
eksctlCLI(),
2122
},
2223
}
23-
}
24+
}

0 commit comments

Comments
 (0)