Skip to content

all: Initial provider defined functions implementation#209

Merged
bflad merged 7 commits intomainfrom
functions
Dec 14, 2023
Merged

all: Initial provider defined functions implementation#209
bflad merged 7 commits intomainfrom
functions

Conversation

@bflad
Copy link
Copy Markdown
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
Copy Markdown
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 🚀

@github-actions
Copy link
Copy Markdown

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.

2 participants