pulumi / pulumi-cloud

A highly productive multi-cloud framework for containers, serverless, and data
Apache License 2.0
130 stars 18 forks source link

Allow use of non-pulumi cloud implementations #799

Closed chrisui closed 1 year ago

chrisui commented 2 years ago

This will avoid hacks like overriding require.resolve in user-land (which is prone to causing issues downstream)

Eg. https://github.com/getcoconut/coconut/blob/develop/packages/cli/src/lib/cmds/mock/pulumiProgram.ts#L6

FYI: This was just a quick edit in github ui. If this would be accepted as a change I'm happy to clone locally and ensure everything is passing/valid.