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 841f997 commit c7c3f15Copy full SHA for c7c3f15
plugins/aws/plugin.go
@@ -18,6 +18,7 @@ func New() schema.Plugin {
18
Executables: []schema.Executable{
19
AWSCLI(),
20
AWSCDKToolkit(),
21
+ eksctlCLI(),
22
},
23
}
-}
24
+}
0 commit comments