diff --git a/providers/aws/config/config.go b/providers/aws/config/config.go index a6980a9fe9..e5c7428498 100644 --- a/providers/aws/config/config.go +++ b/providers/aws/config/config.go @@ -14,7 +14,7 @@ import ( var Config = plugin.Provider{ Name: "aws", ID: "go.mondoo.com/cnquery/v9/providers/aws", - Version: "11.1.10", + Version: "11.1.11", ConnectionTypes: []string{provider.DefaultConnectionType, string(awsec2ebsconn.EBSConnectionType)}, Connectors: []plugin.Connector{ {