Skip to content

Fully support TF plugin framework #1459

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 1 commit into from
Apr 3, 2024

Conversation

julienduchesne
Copy link
Member

@julienduchesne julienduchesne commented Apr 2, 2024

Now that all resources are under the new common.Resource struct, we can easily support the new Terraform plugin framework

This PR switches the NewResource function to use the Terraform plugin framework and makes all current resource use a NewLegacySDKResource helper instead

Now that all resources are under the new `common.Resource` struct, we can easily support the new plugin framework
This PR switches the `NewResource` function to use the Terraform plugin framework and makes all current resource use a `NewLegacySDKResource` helper instead
Copy link

github-actions bot commented Apr 2, 2024

In order to lower resource usage and have a faster runtime, PRs will not run Cloud tests automatically.
To do so, a Grafana Labs employee must trigger the cloud acceptance tests workflow manually.

@julienduchesne julienduchesne marked this pull request as ready for review April 2, 2024 16:02
@julienduchesne julienduchesne requested review from a team as code owners April 2, 2024 16:02
@julienduchesne julienduchesne requested a review from a team April 2, 2024 16:02
@julienduchesne julienduchesne requested review from a team as code owners April 2, 2024 16:02
@julienduchesne julienduchesne requested review from ka3de and peterschretlen and removed request for a team April 2, 2024 16:02
@julienduchesne julienduchesne merged commit a4068a2 into main Apr 3, 2024
27 checks passed
@julienduchesne julienduchesne deleted the julienduchesne/support-plugin-framework branch April 3, 2024 11:16
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

Successfully merging this pull request may close these issues.

2 participants