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
113 stars 7 forks source link

fix issue 488 #502

Closed lbialy closed 1 month ago

lbialy commented 1 month ago

This fixes problem with missing ResourceState for components due to A <: ComponentResource / ComponentBase split (Resources keeps instances of ComponentBase as keys, user can provide A <: ComponentResource as lookup value). Solved by exposing internally the ComponentBase dependency in any A <: ComponentResource and using it as lookup value in Resources.