terraform-provider-pyvider
2025-07-29
Refactor provider into a glue package by removing inline component code
205 files · 13+ · 8,165-
Remove bundled component implementations
6 files changed
data_sourcesRemoved all inline data source implementations (env variables, file info, HTTP API, jq, nested data, provider config reader)functionsRemoved all inline function implementations (collection, jq, numeric, string manipulation, type conversion)resourcesRemoved all inline resource implementations (file content, local directory, null resource, private state verifier, timed token, warning example)helpersRemoved jq processing helpersapi.pyRemoved capabilities API moduletestsRemoved component unit tests
- Removed all bundled component code to make the provider a thin glue layer that imports components from pyvider-components
decouple
architectural
1 file
components
- Deleted inline data source, function, resource, helper, and test implementations
deprecate
internal
5 files
data_sourcesfunctionsresourceshelperstests