hashicorp / hcp-terraform-operator

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

🚀 Update Agent Pool reconciliation logic #487

Closed arybolovlev closed 1 month ago

arybolovlev commented 2 months ago

Description

Update agent token reconciliation logic to reduce the number of API calls that the controller does. On top of that, update the defer action to avoid making unnecessary API calls.

Tests

Usage Example

N/A.

References

N/A.

Community Note