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

Make the provider more idiomatic #152

Merged
merged 1 commit into from
Sep 14, 2022
Merged

Make the provider more idiomatic #152

merged 1 commit into from
Sep 14, 2022

Conversation

VoyTechnology
Copy link
Member

The provider was originally written on the old SDK and some of the patterns were not updated. This more closely follows the pattern from hashicorp scaffolding provider.

There is no need for the API to be public, hence they are in the internal directory.

Also included is a bump in go-virtualbox version to include the new Manager interface which will be called in resources and data sources improving testability of provider.

The provider was originally written on the old SDK and some of the
patterns were not updated. This more closely follows the pattern from
hashicorp scaffolding provider.

There is no need for the API to be public, hence they are in the
internal directory.

Also included is a bump in go-virtualbox version to include the new
Manager interface which will be called in resources and data sources
improving testability of provider.
@VoyTechnology VoyTechnology merged commit 01148e0 into main Sep 14, 2022
@VoyTechnology VoyTechnology deleted the internal-provider branch September 14, 2022 23:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant