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

Pass plugin discoverer output via a temp file #544

Open prolativ opened 6 days ago

prolativ commented 6 days ago

Build tools might add some garbage to stdout while running the plugin discoverer. Printing the result's json into a file should solve this problem and make plugins discovery more reliable.

Also bumping pulumi version used in CI