Skip to content

all: Remove type assertions for Ephemeral RPC implementations #268

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

Merged
merged 4 commits into from
Jan 23, 2025

Conversation

austinvalle
Copy link
Member

@austinvalle austinvalle commented Jan 21, 2025

Closes #258

This PR updates to [email protected] and removes the EphemeralResourceServer type assertions that are no longer required, as they have been moved to the main ProviderServer interface.

This PR also removes the ProviderServerWithEphemeralResources interface, which was never actually used in any exported Go module, so I don't believe this needs a changelog.

@austinvalle austinvalle added this to the v0.18.0 milestone Jan 21, 2025
@austinvalle austinvalle requested a review from a team as a code owner January 21, 2025 23:34
@austinvalle
Copy link
Member Author

austinvalle commented Jan 21, 2025

Similar to the terraform-plugin-go PR, this will also need to wait until hashicorp/terraform-provider-corner#299 is merged for our CI to pass 👍🏻

@SBGoods SBGoods merged commit e62d24c into main Jan 23, 2025
6 checks passed
@SBGoods SBGoods deleted the av/remove-unneeded-interface branch January 23, 2025 17:49
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Feb 23, 2025
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.

all: Remove EphemeralResourceServer Checks
2 participants