You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
client.Actions.ListRepositoryAccessRunnerGroup, used for repos listing, is returning a paginated response with, by default, 30 repos per response. One should iterate thru all pages, in order to get all repos and get rid of this issus
Vladyslav-Miletskyi
added a commit
to Vladyslav-Miletskyi/terraform-provider-github
that referenced
this issue
Nov 8, 2021
When the number of selected repositories is higher than 30 - the resource is in constant drift.
Affected Resource(s)
github_actions_runner_group
Terraform Configuration Files
Expected Behavior
Once applied, there will be no drift.
Actual Behavior
Terraform shows drift for
length(selected_repositories) - 30
reposSteps to Reproduce
terraform apply
2.
terraform apply
The text was updated successfully, but these errors were encountered: