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 a2e0f5a commit 136ba3dCopy full SHA for 136ba3d
resources/cloudcontrol.go
@@ -90,7 +90,7 @@ func (l *CloudControlResourceLister) List(_ context.Context, o interface{}) ([]r
90
91
params := &cloudcontrolapi.ListResourcesInput{
92
TypeName: ptr.String(l.TypeName),
93
- MaxResults: ptr.Int64(1),
+ MaxResults: ptr.Int64(100),
94
}
95
96
if err := svc.ListResourcesPages(params, func(page *cloudcontrolapi.ListResourcesOutput, lastPage bool) bool {
0 commit comments