Skip to content

Commit

Permalink
Update aws/table_aws_organizations_organizational_unit.go
Browse files Browse the repository at this point in the history
Co-authored-by: Madhushree Ray <[email protected]>
  • Loading branch information
ParthaI and madhushreeray30 authored Jan 15, 2024
1 parent 1767e84 commit 81be37d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions aws/table_aws_organizations_organizational_unit.go
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ func listAllNestedOUs(ctx context.Context, d *plugin.QueryData, svc *organizatio
})

for paginator.HasMorePages() {
// apply rate limiting
output, err := paginator.NextPage(ctx)
if err != nil {
return err
Expand Down

0 comments on commit 81be37d

Please sign in to comment.