crossplane / terrajet

Generate Crossplane Providers from any Terraform Provider
https://crossplane.io
Apache License 2.0
289 stars 38 forks source link

Add shared gRPC mode to run the native provider #267

Closed ulucinar closed 2 years ago

ulucinar commented 2 years ago

Description of your changes

Fixes #261 Adds a config.Provider.SharedGRPC provider configuration option to configure the shared gRPC native plugin mode.

I have:

How has this code been tested

Tested against provider-jet-template and with provider-jet-azure.

ulucinar commented 2 years ago

Thanks @muvaf. I will test the latest changes in this PR against https://github.com/crossplane-contrib/provider-jet-azure/pull/166 before merging.