pulumi / pulumi-pulumiservice

https://pulumi.com
Apache License 2.0
13 stars 7 forks source link

Fix Asset handling for Environments #391

Closed komalali closed 2 months ago

komalali commented 2 months ago

We were only handling StringAssets in the previous implementation, but we need to be able to handle all Asset types.

Fixes #368