tf provider api alignment#51
Conversation
shuvo072
left a comment
There was a problem hiding this comment.
Thanks @ahsan0608 for fixing the task gen command — task gen followed by task build works correctly for me now.
Just wanted to clarify the broader scope here: my understanding is that the main goal is to onboard the new Kubernetes APIs (e.g., node groups, nodes CRUD, etc.) into the Terraform provider. I believe this would involve updating build/generator-config.yml to include the new API endpoints, followed by regenerating, building, and testing the provider against those new resources.
Could you confirm if that's aligned with your understanding as well? Happy to discuss further if needed.
cc : @shahedex
|
Thanks @shuvo072 , yes, fully aligned with your understanding. This MR’s scope is to stabilize the current generation/build pipeline after API/schema drift (so |
Include cluster node-group and node API endpoints in generator config and compatibility filtering so generation outputs Terraform schemas for upcoming Kubernetes provider onboarding.
This MR updates the Terraform provider generation/alignment flow to match recent API changes while keeping the pipeline stable for release.
What changed
Validation
task gen ✅
go test ./... ✅
task build ✅