Skip to content

protocol spec #3049

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from
Draft

protocol spec #3049

wants to merge 2 commits into from

Conversation

VenelinMartinov
Copy link
Contributor

@VenelinMartinov VenelinMartinov commented May 5, 2025

This is intended as a spec for the interactions between TF providers, the bridge and the engine. I've tried to keep only the essential parts of the various user flows.

tf_protocol_types.go has the TF protocol - the bridge calls these.
pulumi_protocol_types.go has the pulumi protocol - the engine calls this and the bridge implements it.
bridge.go has the current bridge implementation.
current_engine.go has the current engine behaviour
engine_with_run_program.go has the engine behaviour under ---run-program.

pulumi_types_v2, bridgev2 and enginev2 has some ideas on how a simpler protocol might look like.

@VenelinMartinov VenelinMartinov force-pushed the vvm/engine_bridge_protocolspec branch from 4dc08bb to a5071f9 Compare May 6, 2025 10:32
@VenelinMartinov VenelinMartinov force-pushed the vvm/engine_bridge_protocolspec branch from d1d4926 to 89cd14e Compare May 7, 2025 17:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant