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

Support recent TFC/TFE API changes #838

Closed
alex-ikse opened this issue Jan 17, 2024 · 1 comment
Closed

Support recent TFC/TFE API changes #838

alex-ikse opened this issue Jan 17, 2024 · 1 comment

Comments

@alex-ikse
Copy link
Contributor

Use-cases

Each version of TFE/TFC add new API endpoints and/or new attributes, but go-tfe is not aligned automatically.

When we want to add these features to terraform-provider-tfe we are limited by go-tfe support.

Attempted Solutions

No solution witout a go-tfe upgrade

Proposal

I've filled 2 PRs (#837 and #836) to add features I need to go-tfe (to be able to propose a PR for terraform-provider-tfe)

@brandonc
Copy link
Collaborator

We've evaluated a few methodologies in the past to code-generate this SDK, but there are a few technical hurdles. Internally, we try and keep go-tfe and the provider aligned with new features as they are released. I have addressed the individual PRs directly and appreciate you reporting and contributing the missing API attributes! And for this reminder to look into them!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants