You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Problem\nThe IaC conformance gate added for DO/AWS cannot be honestly applied here yet. The current GCP entrypoint is a CLI-style main.go that prints provider info and does not serve the Workflow external plugin protocol via sdk.Serve or sdk.ServeIaCPlugin.\n\n## Expected migration\n- expose a real Workflow plugin subprocess entrypoint\n- declare accurate provider discovery metadata in plugin.json\n- add min/current Workflow engine host conformance once the plugin can be loaded through external.NewExternalPluginManager\n\n## Reference\nSee GoCodeAlone/workflow-plugin-digitalocean#94 and GoCodeAlone/workflow-plugin-aws#6 for the initial conformance pattern.
Problem\nThe IaC conformance gate added for DO/AWS cannot be honestly applied here yet. The current GCP entrypoint is a CLI-style
main.gothat prints provider info and does not serve the Workflow external plugin protocol viasdk.Serveorsdk.ServeIaCPlugin.\n\n## Expected migration\n- expose a real Workflow plugin subprocess entrypoint\n- declare accurate provider discovery metadata inplugin.json\n- add min/current Workflow engine host conformance once the plugin can be loaded throughexternal.NewExternalPluginManager\n\n## Reference\nSee GoCodeAlone/workflow-plugin-digitalocean#94 and GoCodeAlone/workflow-plugin-aws#6 for the initial conformance pattern.