hashicorp / terraform-cloud-operator

Kubernetes Operator allows managing HCP Terraform resources via Kubernetes Custom Resources.
https://developer.hashicorp.com/terraform/cloud-docs
Mozilla Public License 2.0
114 stars 27 forks source link

Handle API pagination #426

Open jtdoepke opened 1 month ago

jtdoepke commented 1 month ago

Description

We encountered a bug where some workspaces that should have had run triggers added by the operator did not have them. We suspected it was due to the controller not handling pagination. I'm no longer sure that's the source of our bug, but it still seems reasonable that any calls to a Terraform Cloud API endpoint that is paginated should handle that pagination.

Usage Example

N/A

References

N/A

Community Note