We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17732b9 commit fc24dfbCopy full SHA for fc24dfb
backend/ssm/ssm.go
@@ -41,7 +41,7 @@ func (b *Backend) fetchParams(ctx context.Context) error {
41
Path: &b.ssmPath,
42
Recursive: ptr.Bool(true),
43
WithDecryption: ptr.Bool(true),
44
- MaxResults: ptr.Int64(1000),
+ MaxResults: ptr.Int64(10),
45
}
46
47
for {
backend/ssm/ssm_test.go
@@ -66,6 +66,6 @@ func getSSMOpts(path string) *ssm.GetParametersByPathInput {
66
Path: &path,
67
68
69
70
71
0 commit comments