Skip to content

fix: add pagination to ListSourceAccounts and ListRestoreAccounts#69

Open
daniel-eon wants to merge 1 commit intomainfrom
claude/fix-terraform-pagination-Nt9Lk
Open

fix: add pagination to ListSourceAccounts and ListRestoreAccounts#69
daniel-eon wants to merge 1 commit intomainfrom
claude/fix-terraform-pagination-Nt9Lk

Conversation

@daniel-eon
Copy link
Copy Markdown

Both methods previously made a single API call and returned only the
first page of results (default 50 items), silently dropping accounts
beyond the first page. Add pagination loops following the existing
ListVaults pattern to fetch all pages.

Fixes EON-8723

https://claude.ai/code/session_01BVWRqHJUYSUvLZx1C6bEi1

Both methods previously made a single API call and returned only the
first page of results (default 50 items), silently dropping accounts
beyond the first page. Add pagination loops following the existing
ListVaults pattern to fetch all pages.

Fixes EON-8723

https://claude.ai/code/session_01BVWRqHJUYSUvLZx1C6bEi1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants