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

all: Initial ephemeral resource implementation #1390

Merged
merged 2 commits into from
Oct 31, 2024
Merged

Conversation

austinvalle
Copy link
Member

Refs:

The upcoming versions of the plugin protocol (5.7/6.7) include support for ephemeral resource types. The terraform-plugin-sdk Go module will not be receiving this feature, however this Go module must be updated to handle the new RPCs with errors.

Provider developers can still implement ephemeral resource types in their terraform-plugin-sdk based providers by following the framework migration documentation to introduce terraform-plugin-mux, which then will enable terraform-plugin-framework based ephemeral resource implementations.

@austinvalle austinvalle added this to the v2.35.0 milestone Oct 30, 2024
@austinvalle austinvalle requested a review from a team as a code owner October 30, 2024 21:34
@austinvalle austinvalle merged commit 23a11cf into main Oct 31, 2024
7 checks passed
@austinvalle austinvalle deleted the av/ephemeral-rpcs branch October 31, 2024 18:30
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Dec 1, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants