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__.py Renamed from terraform_provider to tfppf package
  • __main__.py Renamed entry point with tfppf references
  • provider.py New provider implementation under tfppf namespace
  • grpc_helpers.py Rewritten gRPC helpers under tfppf namespace
  • grpc_service.py Renamed gRPC service module
  • protocol.py Updated protocol utilities with minor fixes
  • tfplugin6.proto Protobuf definition preserved under new namespace
  • tfplugin6_pb2.py Generated protobuf bindings
  • tfplugin6_pb2_grpc.py Generated gRPC stubs
  • schema.py Schema module under new namespace
  • types.py Type definitions under new namespace
  • resource_base.py Resource base class under new namespace
  • datasource_base.py Data 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__.py
    • provider.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
  • .gitignore Updated 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