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

Migrate provider to terraform-plugin-framework #633

Open
mraerino opened this issue Aug 26, 2024 · 0 comments
Open

Migrate provider to terraform-plugin-framework #633

mraerino opened this issue Aug 26, 2024 · 0 comments

Comments

@mraerino
Copy link
Contributor

mraerino commented Aug 26, 2024

The terraform-plugin-sdk used in this provider has some limitations when it comes to newer provider features.

I think it could be beneficial to the project to eventually switch to the newer terraform-plugin-framework.

An example of something that's not possible with terraform-plugin-sdk is nested schemas (issue), which would help a lot with non-string values for custom fields (#349) and general ergonomics of custom fields.

There seems to be a way to use tf5muxserver to gradually migrate a provider to the plugin framework.

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

1 participant