sparse-intern-71089
02/06/2024, 11:54 AMancient-policeman-24615
02/14/2024, 2:07 AMMuxWith
, what @big-architect-71258 mentioned.
There is also a mechanism specifically for mixing a plugin framework based provider with a sdk based provider. As an example, pulumi-akamai uses it:
https://github.com/pulumi/pulumi-akamai/blob/0c0f10f065c293bf92d8ae514951779f29ca359a/provider/resources.go#L75-L89
To upgrade your provider, there are instructions here: ## How to Upgrade a Bridged Provider to Plugin Framework.worried-energy-90920
03/03/2024, 5:24 PMpf.MuxShimWithPF
but missed the context parameter... (sometimes it's like you are running against a wall and don't see the stupidly easy way... 😅)
now i need to find a way to use the automapper and still keep my old resource namespaces but thomas provided some ideas on that already.