Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Introduce pagination support for kubernetes clusters data source #129

Closed
jschoombee opened this issue May 11, 2023 · 0 comments · Fixed by #130
Closed

Introduce pagination support for kubernetes clusters data source #129

jschoombee opened this issue May 11, 2023 · 0 comments · Fixed by #130
Labels
enhancement New feature or request

Comments

@jschoombee
Copy link
Collaborator

Description

Implement pagination support for kubernetes cluster data source

Potential Terraform Configuration

data "wiz_kubernetes_clusters" "foo" {
  first  = 500
  max_pages = 2
  search = ""
}

References

Community Note

  • Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant