-
Notifications
You must be signed in to change notification settings - Fork 29
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
Provider/migrate to plugin framework #134
Provider/migrate to plugin framework #134
Conversation
hey @ddelnano a lot of changes here, but now it is possible to move resources on-by-one seamlessly to Protocol6 (aka framework) Take a look, when you have time. |
Thanks for investigating how to use this new framework and starting on the scheduler resource! I had a few questions, but overall lgtm. As for your question here, we could probably drop support for terraform 0.12 to 1.0 soon but since you've done the v6 to v5 translation already let's stick with this. It would be nice if the terraform registry provider metrics had client version to gauge this, but they are pretty bare bones unfortunately. |
@ddelnano I'm okay with supporting older version - just wanted to make this more visible, since on the official page |
This PR is pretty huge, but it holds several crucial things:
mux
server (mux server is used to combine several providers)main.go
to combine providers.gitattributes
file to collapsego.sum
in diff viewer by defaultScheduler
resource to plugin framework to show how it will look likeRelates to #132 (see notes regarding Protocol5 vs Protocolv6)