pyvider
2024-11-21
Added lechat protobuf provider, data source templates, and code bundle
106 files · 17,376+ · 1,718-
Lechat protobuf provider experiment
10 files changed
main.pyMain entry point for the lechat protobuf provider__init__.pyProvider package initializationinterceptor.pygRPC interceptor for debugging provider communicationprovider.pyProvider implementation using protobuf-generated stubsmy_resource.pyExample resource implementationmy_resource.protoCustom resource protobuf definitionmy_resource_pb2.pyGenerated protobuf bindings for custom resourcemy_resource_pb2_grpc.pyGenerated gRPC stubs for custom resourcerequirements.txtPython dependencies for the lechat providerprovider.tfTerraform provider configuration for testing
- Built a complete protobuf-based provider experiment with interceptor, resource definitions, and generated gRPC stubs
instantiate
behavioral
2 files
main.pyprovider.py
Data source templates and code capture
4 files changed
test_tim_example.md.tmplDocumentation template for the test data sourcedata-source.tfExample Terraform data source configuration2024-11-22-code-bundle-2.txtCode bundle snapshot of the workspace statenotes.txtUpdated development notes
- Added Terraform data source template and example configuration
instantiate
internal
2 files
test_tim_example.md.tmpldata-source.tf
Removed CDKTF experiment
2 files changed
main.pyRemoved CDKTF hello-world experimentcdktf.jsonRemoved CDKTF configuration