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 provider defined functions implementation #209

Merged
merged 7 commits into from
Dec 14, 2023
Merged

Conversation

bflad
Copy link
Contributor

@bflad bflad commented Dec 11, 2023

Reference: hashicorp/terraform-plugin-go#351

The next versions of the plugin protocol (5.5/6.5) include support for provider defined functions. This change includes initial implementation of that support including:

  • Temporarily pointing at terraform-plugin-go with provider function support (will be pointed at final terraform-plugin-go release before merge)
  • Updates to all provider server packages for new GetFunctions and CallFunction RPCs

Reference: hashicorp/terraform-plugin-go#351

The next versions of the plugin protocol (5.6/6.5) include support for provider defined functions. This change inlcudes initial implementation of that support including:

- Temporarily pointing at terraform-plugin-go with provider function support (will be pointed at final terraform-plugin-go release before merge)
- Updates to all provider server packages for new `GetFunctions` and `CallFunction` RPCs
@bflad bflad added this to the v0.13.0 milestone Dec 11, 2023
@bflad bflad requested a review from a team as a code owner December 11, 2023 18:15
@bflad bflad added the enhancement New feature or request label Dec 11, 2023
Copy link
Contributor

@bendbennett bendbennett left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 🚀

@bflad bflad merged commit 3d1b409 into main Dec 14, 2023
7 checks passed
@bflad bflad deleted the functions branch December 14, 2023 16:56
Copy link

I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active contributions.
If you have found a problem that seems related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators May 25, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants