We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ceb726 commit e64d1d8Copy full SHA for e64d1d8
providers/aws/config/config.go
@@ -14,7 +14,7 @@ import (
14
var Config = plugin.Provider{
15
Name: "aws",
16
ID: "go.mondoo.com/cnquery/v9/providers/aws",
17
- Version: "13.10.0",
+ Version: "13.11.0",
18
ConnectionTypes: []string{provider.DefaultConnectionType, string(awsec2ebsconn.EBSConnectionType)},
19
Connectors: []plugin.Connector{
20
{
0 commit comments