We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b980431 commit b298954Copy full SHA for b298954
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.2.0",
+ Version: "13.2.1",
18
ConnectionTypes: []string{provider.DefaultConnectionType, string(awsec2ebsconn.EBSConnectionType)},
19
Connectors: []plugin.Connector{
20
{
0 commit comments