pyvider
2024-11-23
Renamed terraform_provider to tfppf namespace and cleaned up build artifacts
52 files · 414+ · 6,311-
Package rename to tfppf
13 files changed
__init__.pyRenamed from terraform_provider to tfppf package__main__.pyRenamed entry point with tfppf referencesprovider.pyNew provider implementation under tfppf namespacegrpc_helpers.pyRewritten gRPC helpers under tfppf namespacegrpc_service.pyRenamed gRPC service moduleprotocol.pyUpdated protocol utilities with minor fixestfplugin6.protoProtobuf definition preserved under new namespacetfplugin6_pb2.pyGenerated protobuf bindingstfplugin6_pb2_grpc.pyGenerated gRPC stubsschema.pySchema module under new namespacetypes.pyType definitions under new namespaceresource_base.pyResource base class under new namespacedatasource_base.pyData source base class with updated references
- Renamed package from terraform_provider to tfppf across all modules, maintaining all existing functionality
streamline
architectural
2 files
__init__.pyprovider.py
- Rewrote grpc_helpers with updated tfppf imports and minor protocol handling improvements
remediate
behavioral
1 file
grpc_helpers.py
Build artifact cleanup
1 file changed
.gitignoreUpdated to exclude pycache and build artifacts
- Removed all pycache bytecode, build logs, and the .spec build artifact from the repository
streamline
internal
1 file
.gitignore
- Deleted obsolete terraform_provider source tree after rename to tfppf
deprecate
internal
1 file
provider.py