Skip to content

Fix kion_label data source pagination to return all labels - #142

Merged
bshutterkion merged 1 commit into
mainfrom
fix/label-datasource-pagination
Feb 23, 2026
Merged

Fix kion_label data source pagination to return all labels#142
bshutterkion merged 1 commit into
mainfrom
fix/label-datasource-pagination

Conversation

@bshutterkion

Copy link
Copy Markdown
Collaborator

The label data source was only fetching the first page (100 items) from the /v3/label API endpoint. Customers with more than 100 labels would get incomplete results, causing Terraform to attempt creating labels that already exist.

The label data source was only fetching the first page (100 items) from
the /v3/label API endpoint. Customers with more than 100 labels would
get incomplete results, causing Terraform to attempt creating labels
that already exist.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@bshutterkion bshutterkion self-assigned this Feb 20, 2026
@bshutterkion bshutterkion added bug Something isn't working API Parity TF Provider is not up to date with the API labels Feb 20, 2026
@bshutterkion
bshutterkion merged commit 1edad9e into main Feb 23, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

API Parity TF Provider is not up to date with the API bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants