flavorpack 2025-04-26
Flavorpack
280 files · 33,024+ · 7,004-

Initial Codebase Import

  • Added complete pyvider provider framework with 196 files instantiate internal
  • Includes core type system (pyvider/cty/), schema layer (pyvider/schema/), and conversion utilities interface internal
    2 files
    • cty
    • schema
  • Full RPC plugin system with gRPC transport, crypto, handshake, and server/client interface internal
  • Protocol handlers for Terraform protocol v6 (apply, plan, read, validate, etc.) interface internal
  • Provider base classes, resource lifecycle, data sources, ephemerals, and functions decouple internal
  • Hub component for discovery and validation decouple internal
  • Example Terraform configurations for complex types, env vars, file content, HTTP API, and functions interface behavioral

RPC Plugin Module Addition

  • Added dedicated rpcplugin/ package with client, server, transport (TCP/Unix), crypto, and protocol modules interface internal
    1 file
    • rpcplugin
  • Includes gRPC protobuf definitions for broker, controller, and stdio interface internal
  • 28 new files totaling 5,662 lines instantiate internal

Build Artifacts and Legacy Removal