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

OVH: can we work around the provider being incorrect? #533

Open kubukoz opened 4 months ago

kubukoz commented 4 months ago

The OVH module is currently disabled:

https://github.com/VirtusLab/besom/blob/7429ff0583bd9124d856d6061a920f43a2b3ad9c/scripts/Packages.scala#L155

due to https://github.com/ovh/pulumi-ovh/issues/139.

I'd love to use Besom to manage my domains (which are already in OVH), especially as part of another project that's already going to use Besom to deploy infrastructure. Can we introduce some kind of workaround for the upstream issue, to allow publishing the OVH module again?