-
Notifications
You must be signed in to change notification settings - Fork 949
[BUG]: Validation prevents valid results_per_page setting #2172
Copy link
Copy link
Closed
Labels
Status: Needs infoFull requirements are not yet known, so implementation should not be startedFull requirements are not yet known, so implementation should not be startedType: BugSomething isn't working as documentedSomething isn't working as documented
Description
Expected Behavior
According to the docs 1000 results per page should be allowed.
Actual Behavior
The maximum number of allow results is 100, according to toDiagFunc(validation.IntBetween(0, 100), "results_per_page")
Terraform Version
Terraform v1.7.4
on darwin_arm64
- provider registry.terraform.io/integrations/github v6.0.0
Affected Resource(s)
- github_repositories
Terraform Configuration Files
No response
Steps to Reproduce
No response
Debug Output
No response
Panic Output
No response
Code of Conduct
- I agree to follow this project's Code of Conduct
Daniel Schniepp daniel.schniepp@mercedes-benz.com, Mercedes-Benz Mobility AG on behalf of Mercedes-Benz Tech Innovation GmbH.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Status: Needs infoFull requirements are not yet known, so implementation should not be startedFull requirements are not yet known, so implementation should not be startedType: BugSomething isn't working as documentedSomething isn't working as documented
Type
Projects
Status
✅ Done