VirtusLab / besom

Besom - a Pulumi SDK for Scala. Also, incidentally, a broom made of twigs tied round a stick. Brooms and besoms are used for protection, to ward off evil spirits, and cleansing of ritual spaces.
https://virtuslab.github.io/besom/
Apache License 2.0
124 stars 7 forks source link

Implement ResourceTransformations for ResourceOptions #42

Open lbialy opened 1 year ago

lbialy commented 1 year ago

The implementation of ResourceTransformations for ResourceOptions needs to be written. We will skip transformations for Args for now as they are arbitrary case classes.

pawelprazak commented 5 months ago

We might want to look into "remote transformations" as an alternative path for this feature, if this new feature provider equivalent functionality: https://github.com/pulumi/pulumi/pull/15290

P.S. this comment is related to #413