-
Notifications
You must be signed in to change notification settings - Fork 89
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
Add support for terraform plugin framework #130
Comments
We will most probably want to fix #131 before or together with this issue. |
Is there any ETA on this enhancement? I have tried the workaround mentioned in this comment and the resource generation is successful. However, it is causing a different issue. I have nested objects in the terraform schema as follows:
The types.go generated has the array instead of object for this but terraform expects the object.
I expect that the ServerlessParameters should be object not an array, this is causing issues in Crossplane controller I have built. |
Will the comment made on #131 affect this and potentially allow support for terraform plugin framework? |
Hey @turkenh, as many TF providers starts migrating to the plugin framework, may we have some updates about this issue? Thanks! |
@zliang-akamai the team is actively working on Plugin Framework support for Upjet. It's turning out to be more complex than integrating with the SDK. The current estimation is that it will be ready in early February. |
@jeanduplessis, thank you and the team for the effort to support the plugin framework, and that's really a good news! |
With the release of Upjet 1.1.0 we now support resources implemented using the Terraform Plugin Framework. |
What problem are you facing?
It looks like upjet cannot generate providers built using https://github.com/hashicorp/terraform-plugin-framework
See:
How could Upjet help solve your problem?
Add support for https://github.com/hashicorp/terraform-plugin-framework
The text was updated successfully, but these errors were encountered: