-
Notifications
You must be signed in to change notification settings - Fork 610
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
Mux terraform-provider-sdk and terraform-plugin-framework #2170
Merged
Commits on Jan 16, 2023
-
provider: mux sdkv2 and framework
To allow us to migrate incrementally to terraform-plugin-framework, we need to: - Run a protocol v5 => v6 translator; and - Mux SDKv2 and framework servers to serve a unified provider This gets us moving down that path in to run them in a compatible fashion.
Configuration menu - View commit details
-
Copy full SHA for 3a29e1c - Browse repository at this point
Copy the full SHA 3a29e1cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9e6b224 - Browse repository at this point
Copy the full SHA 9e6b224View commit details -
Configuration menu - View commit details
-
Copy full SHA for c15d540 - Browse repository at this point
Copy the full SHA c15d540View commit details
Commits on Jan 17, 2023
-
provider: introduce
consts
to prevent typos and duplicationCreates a `consts` package to hold the provider schema that will be shared between SDKv2 and the plugin framework to prevent typos and duplication.
Configuration menu - View commit details
-
Copy full SHA for 8ebcddf - Browse repository at this point
Copy the full SHA 8ebcddfView commit details -
provider: make
framework
usableCopies over the sdkv2 client configuration to make the provider operate 1:1 regardless of the mechanism used.
Configuration menu - View commit details
-
Copy full SHA for a094993 - Browse repository at this point
Copy the full SHA a094993View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0d7e444 - Browse repository at this point
Copy the full SHA 0d7e444View commit details
Commits on Jan 19, 2023
-
provider: skip decorating provider descriptions
Right now, there isn't a way to do automatic description decoration based on the schema attributes[1]. This is a problem because to mux two provider types they must return identical schemas. To work around this, I've added conditionals to the generator to ignore the schema fields in the providers where we may experience differences between the providers but it remains for all resources and data sources. For now, this strikes the balance of unblocking us and keeping the documentation nicely decorated. [1]: hashicorp/terraform-plugin-framework#625
Configuration menu - View commit details
-
Copy full SHA for 074e217 - Browse repository at this point
Copy the full SHA 074e217View commit details -
Configuration menu - View commit details
-
Copy full SHA for cc6c72d - Browse repository at this point
Copy the full SHA cc6c72dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0475f09 - Browse repository at this point
Copy the full SHA 0475f09View commit details -
Configuration menu - View commit details
-
Copy full SHA for 84d7e30 - Browse repository at this point
Copy the full SHA 84d7e30View commit details -
Configuration menu - View commit details
-
Copy full SHA for d85dc35 - Browse repository at this point
Copy the full SHA d85dc35View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7e1372a - Browse repository at this point
Copy the full SHA 7e1372aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7de3823 - Browse repository at this point
Copy the full SHA 7de3823View commit details -
Configuration menu - View commit details
-
Copy full SHA for adba38e - Browse repository at this point
Copy the full SHA adba38eView commit details -
Configuration menu - View commit details
-
Copy full SHA for eea007c - Browse repository at this point
Copy the full SHA eea007cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8d8cd1e - Browse repository at this point
Copy the full SHA 8d8cd1eView commit details
Commits on Jan 20, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 66f4394 - Browse repository at this point
Copy the full SHA 66f4394View commit details -
Configuration menu - View commit details
-
Copy full SHA for 57c6e27 - Browse repository at this point
Copy the full SHA 57c6e27View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.